Fix docstring in coffi.ffi
This commit is contained in:
parent
9537d24184
commit
fa4e4ebb57
1 changed files with 1 additions and 3 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue