Skip to content

Commit 6047ff0

Browse files
authored
Merge pull request #30 from sourceryinstitute/fix-readme-typo
doc(README.md): fix typo
2 parents 3559e0a + ff5725b commit 6047ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ by defining a non-abstract derived type that
2626
2. Implements the so-inherited `free` deferred binding.
2727

2828
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
29+
circumstances, the user type that extends `ref_reference_t` should be a lightweight
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

0 commit comments

Comments
 (0)