Update objcguide.md

This commit is contained in:
nickcheng 2018-11-18 14:07:00 +09:00 committed by GitHub
parent ad22a7536d
commit 7e535c1721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -453,7 +453,7 @@ Hungarian notation for syntactic attributes, such as the static type of a
variable (int or pointer). variable (int or pointer).
File scope or global variables (as opposed to constants) declared outside the File scope or global variables (as opposed to constants) declared outside the
scope of a method or function should be rare, and should have the prefix g. scope of a method or function should be rare, and should have the prefix `g`.
```objectivec ```objectivec
// GOOD: // GOOD: