8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a222d1 commit aa60704Copy full SHA for aa60704
README.md
@@ -3,7 +3,7 @@
3
Determine displayed width of `char` and `str` types according to
4
[Unicode Standard Annex #11][UAX11] rules.
5
6
-[UAX11]: (http://www.unicode.org/reports/tr11/) 81C4 code>
+[UAX11]: http://www.unicode.org/reports/tr11/
7
8
[](https://travis-ci.org/unicode-rs/unicode-width)
9
@@ -39,7 +39,7 @@ fn main() {
39
}
40
```
41
42
-See [Unicode Standard Annex #11](UAX11) for precise details on what is and isn't
+See [Unicode Standard Annex #11][UAX11] for precise details on what is and isn't
43
covered by this crate.
44
45
## features
0 commit comments