diff --git a/doc/FORMAT.md b/doc/FORMAT.md index 253264e..874bdd8 100644 --- a/doc/FORMAT.md +++ b/doc/FORMAT.md @@ -40,7 +40,7 @@ the values In C, the code to check a bit looks like: -`` +``` bits[i / 8] & (1 << (i % 8)) ```