Skip to content

Commit

Permalink
Fixed potential typo in index.md (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdorer authored Mar 5, 2024
1 parent 65ad9bb commit a92c447
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ To avoid confusion, here is an explanation of names and technologies you may enc
- [**GDNative**][ref-godot-gdnative]: C API provided by Godot 3.
- [**gdext**][github-gdext] (lowercase): the Rust binding for GDExtension (Godot 4) -- what this book focuses on.
- [**gdnative**][github-gdnative] (lowercase): the Rust binding for GDNative (Godot 3).
- **Extension**: An extension is a C library developed using gdext. It can be loaded by Godot 4.
- **Extension**: An extension is a dynamic C library, developed by any language binding (Rust, C++, Swift, ...). It uses the GDExtension API and can
be loaded by Godot 4.


### GDExtension API: what's new
Expand Down Expand Up @@ -95,3 +96,4 @@ That said, there are some notable differences:
[github-gdext]: https://github.com/godot-rust/gdext
[github-gdnative]: https://github.com/godot-rust/gdnative
[github-contributors]: https://github.com/godot-rust/gdext/graphs/contributors
**

0 comments on commit a92c447

Please sign in to comment.