Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ typedef struct cache_t {
* section is not owned by the span, similar to C++'s std::span. The `span`'s creator is
* responsible for allocating the space and freeing it afterward.
*
* The primary usecase of `span` is to faciliate communication between Go and Rust.
* The primary usecase of `span` is to facilitate communication between Go and Rust.
* One side allocates space and creates a `span` for the counterpart to read or write
* without needing to worry about memory management.
*/
Expand Down