Skip to content

Commit f2821ee

Browse files
authored
Merge pull request #316 from MajorBreakfast/patch-1
In -> It
2 parents 6af8495 + 3f4d398 commit f2821ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/static-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ type does not have to implement the `Sync` trait.
6161

6262
## Using Statics or Consts
6363

64-
In can be confusing whether or not you should use a constant item or a static
64+
It can be confusing whether or not you should use a constant item or a static
6565
item. Constants should, in general, be preferred over statics unless one of the
6666
following are true:
6767

0 commit comments

Comments
 (0)