diff options
| author | JPR | 2019-05-23 23:28:55 +0200 |
|---|---|---|
| committer | JPR | 2019-05-23 23:28:55 +0200 |
| commit | d306f5428db0d034aea55d3f0699c67c1f296cc1 (patch) | |
| tree | 540bcc09ec46c8a360cda9ed7fafa9ab631d3716 /theories/Lists | |
| parent | 5cfdc20560392c2125dbcee31cfd308d5346b428 (diff) | |
Fixing typos - Part 3
Diffstat (limited to 'theories/Lists')
| -rw-r--r-- | theories/Lists/StreamMemo.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Lists/StreamMemo.v b/theories/Lists/StreamMemo.v index 419a0be49c..e1e0d3db4c 100644 --- a/theories/Lists/StreamMemo.v +++ b/theories/Lists/StreamMemo.v @@ -70,7 +70,7 @@ Qed. End MemoFunction. (** For a dependent function, the previous solution is - reused thanks to a temporarly hiding of the dependency + reused thanks to a temporary hiding of the dependency in a "container" [memo_val]. *) Section DependentMemoFunction. |
