We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3559e0a + ff5725b commit 6047ff0Copy full SHA for 6047ff0
README.md
@@ -26,7 +26,7 @@ by defining a non-abstract derived type that
26
2. Implements the so-inherited `free` deferred binding.
27
28
Because the reference-counting algorithm involves copying references in certain
29
-circumstances, the user type that extends s`ref_reference_t` should be a lightweight
+circumstances, the user type that extends `ref_reference_t` should be a lightweight
30
proxy for a more stateful entity stored elsewhere. For example, the user type might
31
contain a Fortran `pointer` associated with some other object or it might contain
32
a "shadow" object that serves as an identity tag for a larger object allocated
0 commit comments