Skip to content

Commit

Permalink
lower the heading level of prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Dec 20, 2023
1 parent 6dfe981 commit 62433f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sus/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ you wrote.
Find Subspace on Github here:
[https://github.com/chromium/subspace](https://github.com/chromium/subspace)

# Prelude
## Prelude

The `sus/prelude.h` header imports the most commonly used types into the
global namespace. All types in the [`prelude`]($sus::prelude) namespace are
Expand All @@ -22,7 +22,7 @@ included:
* [`f32`]($sus::num::f32) and other floating point types
* [`unsafe_fn`]($sus::marker::unsafe_fn) marker

## Example
### Example
```
#include "sus/prelude.h"
Expand Down

0 comments on commit 62433f8

Please sign in to comment.