From 4b2c2cda0d9eceef2c6aa35e9705a90afa292714 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Wed, 15 Sep 2021 21:32:16 -0500 Subject: [PATCH] Fix docstring --- src/coffi/ffi.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coffi/ffi.clj b/src/coffi/ffi.clj index a3aa207..6057c83 100644 --- a/src/coffi/ffi.clj +++ b/src/coffi/ffi.clj @@ -93,7 +93,7 @@ (.asSlice ^MemorySegment segment ^long offset ^long size))) (defn slice-into - "Get a slice over the `segment` starting at the `address`." + "Get a slice into the `segment` starting at the `address`." ([address segment] (.asSlice ^MemorySegment segment ^MemoryAddress address)) ([address segment size]