From 7cc4157ccfa27b0df0cf68826d0f5f03dd9438d1 Mon Sep 17 00:00:00 2001 From: Romashka Date: Mon, 23 Dec 2024 15:05:47 +0200 Subject: [PATCH] typo-Update bindings.h --- api/bindings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/bindings.h b/api/bindings.h index a87c55c..30be638 100644 --- a/api/bindings.h +++ b/api/bindings.h @@ -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. */