Skip to content

Commit c305f4f

Browse files
committed
typo
1 parent df8b19b commit c305f4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

notes/week 1/001-getting-started.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ But it does not define an operator to change a sequence element while keeping th
6969
Some languages do get this right; ie, Java's strings are immutable; Java does not give you an operator to change a character in a string while keeping the string the same
7070

7171
##Consequences for Programming
72-
If we want to implement high-level concepts following their mathematical theories, there's no place for mutaion
72+
If we want to implement high-level concepts following their mathematical theories, there's no place for mutation
7373

7474
* the theories do not admit it
7575
* mutation can destroy useful laws in the theories
@@ -93,4 +93,3 @@ In a wider sense, a FPL enables the construction of elegant programs that focus
9393
* like any other value, they can be passed as parameters to functions and returned as results
9494
* as for other values, there exists a set of operators to compose functions into richer functions
9595

96-

0 commit comments

Comments
 (0)