Merge pull request #144 from jy03078584/master

typo
This commit is contained in:
CyC2018 2018-04-04 09:53:43 +08:00 committed by GitHub
commit dda8ae53b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2831,7 +2831,7 @@ int gcd(int a, int b) {
}
```
公倍数为两数的乘积除以最大公约数。
公倍数为两数的乘积除以最大公约数。
```java
int lcm(int a, int b){