From 01515ad56819b371e98c4f0e6dcd4985c53ec338 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Thu, 7 Jul 2022 11:04:03 -0500 Subject: [PATCH] Correct the docstring of `static-variable` --- src/clj/coffi/ffi.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]