Skip to content

Commit 17f278d

Browse files
authored
Merge pull request #43 from SmedbergM/issue/42/cyrillic-text
Replace ушерук with either
2 parents 8eb6a16 + 6fed338 commit 17f278d

File tree

1 file changed

+1
-1
lines changed
  • Functions as Data/total_and_partial_functions

1 file changed

+1
-1
lines changed

Functions as Data/total_and_partial_functions/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ We have already discussed how a function can be categorized as pure or impure.
33
A pure function does not produce side effects; instead, it operates solely on its arguments and produces a result.
44
Conversely, an impure function may induce side effects and draw input from contexts other than its arguments.
55

6-
This chapter introduces another important distinction: a function can be ушерук total or partial.
6+
This chapter introduces another important distinction: a function can be either total or partial.
77
A total function is one that is defined for all input values within its domain.
88
In other words, it yields an output value for every possible input value.
99
A total function never throws an exception or results in a runtime error arising from undefined input values.

0 commit comments

Comments
 (0)