Skip to content

Commit fe9fb7e

Browse files
committed
Fix the formatting of ADR's consequences
1 parent 804637d commit fe9fb7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/architecture-decisions/0010-file-and-folder-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ lib/raylib
8585

8686
## Consequences
8787

88-
## Negative
88+
### Negative
8989

9090
- There's no file parity between the native C source code and the Ruby code
9191

92-
## Positive
92+
### Positive
9393

9494
- It is easier to locate the source of a method or struct

docs/architecture-decisions/0011-modular-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ require 'raylib/rlgl'
3939

4040
## Consequences
4141

42-
## Negative
42+
### Negative
4343

4444
- Requires typing each module explicitly
4545

46-
## Positive
46+
### Positive
4747

4848
- Follows the same standard as native raylib
4949
- It is memory-efficient

0 commit comments

Comments
 (0)