Skip to content

Commit e8860ce

Browse files
committed
less awkward
1 parent 160e361 commit e8860ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: reference/src/glossary.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ For some more information, see [this blog post](https://www.ralfj.de/blog/2018/0
148148

149149
#### Soundness (of code / of a library)
150150

151-
We say that a library (can be an individual function) is *sound* if it is impossible for safe code to cause Undefined Behavior using its public API.
152-
Conversely, the library is *unsound* if safe code *can* cause Undefined Behavior.
151+
We say that a library (or an individual function) is *sound* if it is impossible for safe code to cause Undefined Behavior using its public API.
152+
Conversely, the library/function is *unsound* if safe code *can* cause Undefined Behavior.
153153

154154
#### Layout
155155

0 commit comments

Comments
 (0)