Skip to content

Commit 6057342

Browse files
committed
Fix minor typo (stratgies -> strategies)
1 parent 824a037 commit 6057342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

005_evaluation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Evaluation
1414

1515
While the lambda calculus is exceedingly simple, there is a great deal of
1616
variety in ways to evaluate and implement the reduction of lambda expressions.
17-
The different models for evaluation are *evaluation stratgies*.
17+
The different models for evaluation are *evaluation strategies*.
1818

1919
There is a bifurcation between two points in the design space: *strict* and
2020
*non-strict* evaluation. An evaluation strategy is strict if the arguments to a

0 commit comments

Comments
 (0)