Skip to content

Commit d479fbe

Browse files
rousonbonachea
authored andcommitted
fix(README.md): edit sublist
1 parent 3c78cda commit d479fbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Overview
1212
--------
1313
This assertion utility contains four public entities:
1414

15-
1. An `assert_macros.h` file defining the recommended preprocessor macros for writing assertion:
16-
a. `call_assert(assertion)`,
17-
b. `call_assert_describe(assertion, description)`, and
18-
2. An `assert` subroutine.
15+
* An `assert_macros.h` file defining the recommended preprocessor macros for writing assertion:
16+
- `call_assert(assertion)`
17+
- `call_assert_describe(assertion, description)`
18+
* An `assert` subroutine
1919

2020
The `assert` subroutine
2121
* Error-terminates with a variable stop code when a caller-provided logical assertion fails,

0 commit comments

Comments
 (0)