Skip to content

Commit 1cd01b5

Browse files
fix: README
1 parent ceeb0eb commit 1cd01b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ fn implicit_type_example() -> u32 {
7171
}
7272
```
7373

74-
### Behavior
74+
## Behavior
7575

7676
When a stub is invoked, it will panic like a `todo!()` macro.
7777
However, unlike a `todo!()` macro, it will not make the subsequent parts of your code unreachable.
7878

7979
If a custom message is provided, it will be included in the panic message.
8080

81-
### Notes
81+
## Notes
8282

8383
- The `stub!()` macro is intended for use during development and should be
8484
replaced with actual implementations before production use.

0 commit comments

Comments
 (0)