Skip to content

Commit

Permalink
Added Huly thank you and fix "std::libc" => "libc"
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Nov 7, 2024
1 parent 80e6436 commit 9a449d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/FAQ/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ functionality to writing to streams in various ways. Useful streams can
be found in the `stream` sub folder.

Also of interest could be `std::net` for sockets. `std::threads` for
platform independent threads, `std::time` for dates and timers, `std::libc` for
platform independent threads, `std::time` for dates and timers, `libc` for
invoking libc functions. `std::os` for working with OS specific code and
`std::math` for math functions and vector methods.

Expand Down
1 change: 1 addition & 0 deletions src/content/docs/Thank You/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ sidebar:

## Thank You
- A huge "thank you" goes out to all contributors and sponsors.
- A special mention to [Huly® Platform™](https://huly.io) for sponsoring $100/month.

## Special Mentions
- Bas van der Berg the Author of [C2](http://www.c2lang.org)
Expand Down

0 comments on commit 9a449d0

Please sign in to comment.