Skip to content

Commit 18c91a6

Browse files
authored
doc(README): more explicit def of free binding
1 parent 24e4f42 commit 18c91a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ circumstances, the user type that extends s`ref_reference_t` should be a lightwe
3030
proxy for a more stateful entity stored elsewhere. For example, the user type might
3131
contain a Fortran `pointer` associated with some other object or it might contain
3232
a "shadow" object that serves as an identity tag for a larger object allocated
33-
(and later freed) in C or C++ at the direction of the user's Fortran program.
33+
(and later freed) in C or C++ at the direction of the user's `free` procedure.
3434

3535
For more background in the design philosophy and internal mechanics of Reference
3636
Counter, see the papers by [Rouson, Xia & Xu (2010)] and [Rouson, Morris & Xia (2012)].

0 commit comments

Comments
 (0)