From fa4e4ebb57a2ecd8c7554dd5ffb99efda1ccb7b4 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Sat, 16 Oct 2021 09:52:40 -0500 Subject: [PATCH] Fix docstring in coffi.ffi --- src/clj/coffi/ffi.clj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/clj/coffi/ffi.clj b/src/clj/coffi/ffi.clj index 4693e0b..87fe7c2 100644 --- a/src/clj/coffi/ffi.clj +++ b/src/clj/coffi/ffi.clj @@ -1,7 +1,5 @@ (ns coffi.ffi - "Functions for managing native allocations and resource scopes, creating handles - to native functions, serializing and deserializing Clojure data to native - structures, and loading native libraries." + "Functions for creating handles to native functions and loading native libraries." (:require [clojure.java.io :as io] [clojure.spec.alpha :as s]