Skip to content

Commit 1d1727e

Browse files
committed
Removed 'more likely to be' when describing a pure function's deterministic attributes, as pure functions by definition are deterministic
1 parent c00101a commit 1d1727e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ in the persistence layer, it is said to have a side-effect.
230230
Carefully isolating functions with context and side-effects from functions with
231231
logic (called pure functions) allow the following benefits:
232232

233-
- Pure functions are more likely to be deterministic: given a fixed input,
233+
- Pure functions are deterministic: given a fixed input,
234234
the output will always be the same.
235235

236236
- Pure functions are much easier to change or replace if they need to

0 commit comments

Comments
 (0)