We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fba7f1 commit c988606Copy full SHA for c988606
1 file changed
UnicodeData/Aliases.lean
@@ -120,9 +120,8 @@ def PropertyValueAliases.getShortName? (prop val : String.Slice) : Option String
120
let a ← getAliases? prop val
121
a[1]? <|> a[0]?
122
123
-@[inline, inherit_doc PropertyAliases.getShortName?]
+@[inline, inherit_doc PropertyValueAliases.getShortName?]
124
def PropertyValueAliases.getShortName! (prop val : String.Slice) : String.Slice :=
125
getShortName? prop val |>.get!
126
127
-
128
end Unicode
0 commit comments