mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Update objcguide.md
This commit is contained in:
parent
ad22a7536d
commit
7e535c1721
|
@ -453,7 +453,7 @@ Hungarian notation for syntactic attributes, such as the static type of a
|
|||
variable (int or pointer).
|
||||
|
||||
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
|
||||
// GOOD:
|
||||
|
|
Loading…
Reference in New Issue
Block a user