Skip to content

Commit

Permalink
[Doc]: Markdown typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Mar 29, 2016
1 parent 879aed0 commit 51de4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/FORMAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ the values

In C, the code to check a bit looks like:

``
```
bits[i / 8] & (1 << (i % 8))
```

Expand Down

0 comments on commit 51de4bb

Please sign in to comment.