Skip to content

Commit

Permalink
objcguide: restore code style to g prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcheng committed Jul 9, 2024
1 parent 3850022 commit 19e30ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objcguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 19e30ce

Please sign in to comment.