Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UnicodeBasic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace Unicode
/-- Get character name

When the Unicode property `Name` is empty, a unique code label is returned
as described in Unicode Standard, section 4.8. These labels start with
as recommended in Unicode Standard, section 4.8. These labels start with
`'<'` (U+003C) and end with `'>'` (U+003E) so they are distinguishable from
actual name values.

Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.29.0-rc6
leanprover/lean4:v4.29.0-rc7
Loading