diff --git a/docs/README.md b/docs/README.md index c7a5f6c66..a46c1b636 100644 --- a/docs/README.md +++ b/docs/README.md @@ -81,7 +81,7 @@ ### Java 用户的使用指南 -- Java 中的「方法」在 Kotlin 中均被成为「函数」。 +- Java 中的「方法」在 Kotlin 中均被称为「函数」。 - Kotlin 默认的访问权限是 `public`。如 Kotlin `class Test` 相当于 Java 的 `public class Test {}` - Kotlin 的函数定义 `fun test(int: Int): String` 相当于 Java 的方法定义 `public String test(int int)`