diff --git "a/Java\347\233\270\345\205\263/static.md" "b/Java\347\233\270\345\205\263/static.md" index 8d37affa44655ba8c74d34f4a8a1634eeff73a39..17b09fe63a91ef8bf3fde46ec27080513661608a 100644 --- "a/Java\347\233\270\345\205\263/static.md" +++ "b/Java\347\233\270\345\205\263/static.md" @@ -23,7 +23,7 @@ - 类名.静态变量名 - 类名.静态方法名() -如果变量或者方法被 private 则代表该属性或者该方法只能在类的内部被访问而不能在类的外部被方法。 +如果变量或者方法被 private 则代表该属性或者该方法只能在类的内部被访问而不能在类的外部被访问。 测试方法: