Skip to content

Commit 19e30ce

Browse files
authored
objcguide: restore code style to g prefix
1 parent 3850022 commit 19e30ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objcguide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ Hungarian notation for syntactic attributes, such as the static type of a
453453
variable (int or pointer).
454454

455455
File scope or global variables (as opposed to constants) declared outside the
456-
scope of a method or function should be rare, and should have the prefix g.
456+
scope of a method or function should be rare, and should have the prefix `g`.
457457

458458
```objectivec
459459
// GOOD:

0 commit comments

Comments
 (0)