Skip to content

Commit c988606

Browse files
committed
fix: typo
1 parent 6fba7f1 commit c988606

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

UnicodeData/Aliases.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,8 @@ def PropertyValueAliases.getShortName? (prop val : String.Slice) : Option String
120120
let a ← getAliases? prop val
121121
a[1]? <|> a[0]?
122122

123-
@[inline, inherit_doc PropertyAliases.getShortName?]
123+
@[inline, inherit_doc PropertyValueAliases.getShortName?]
124124
def PropertyValueAliases.getShortName! (prop val : String.Slice) : String.Slice :=
125125
getShortName? prop val |>.get!
126126

127-
128127
end Unicode

0 commit comments

Comments
 (0)