Skip to content

Commit b3c39de

Browse files
fix: missing word (#279)
1 parent 309969e commit b3c39de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Manual.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Additionally, we will be adding missing API reference documentation and revising
5656

5757
This release updates the contents for Lean version 4.17.0-rc1.
5858
It adds descriptions of {ref "well-founded-recursion"}[well-founded recursion], the new {ref "partial-fixpoint"}[partial fixpoint] feature, {ref "quotients"}[quotient types], and {ref "lake"}[Lake], and {ref "structural-recursion"}[the description of structural recursion] has been greatly improved.
59-
Descriptions and API references for all fixed-width integer types, {name}`Int`, {name}`Fin`, {name}`Empty`, {name}`Option` were also added.
59+
Descriptions and API references for all fixed-width integer types, {name}`Int`, {name}`Fin`, {name}`Empty`, and {name}`Option` were also added.
6060
This release also includes a quick-jump box that can be used to quickly navigate to any documented topic.
6161

6262
: 2024-12-16

0 commit comments

Comments
 (0)