diff --git a/src/clj/coffi/ffi.clj b/src/clj/coffi/ffi.clj index 0ea4c50..6bcc5b9 100644 --- a/src/clj/coffi/ffi.clj +++ b/src/clj/coffi/ffi.clj @@ -600,8 +600,7 @@ (defn static-variable "Constructs a reference to a mutable value stored in `symbol-or-addr`. - The returned value can be dereferenced, and has metadata, and the address of - the value can be queried with [[address-of]]. + The returned value can be dereferenced, and has metadata. See [[freset!]], [[fswap!]]." [symbol-or-addr type]