mirror of
https://github.com/openharmony/third_party_rust_unicode-width.git
synced 2026-07-01 21:14:01 -04:00
Fix UAX11 links
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
Determine displayed width of `char` and `str` types according to
|
||||
[Unicode Standard Annex #11][UAX11] rules.
|
||||
|
||||
[UAX11]: (http://www.unicode.org/reports/tr11/)
|
||||
[UAX11]: http://www.unicode.org/reports/tr11/
|
||||
|
||||
[](https://travis-ci.org/unicode-rs/unicode-width)
|
||||
|
||||
@@ -39,7 +39,7 @@ fn main() {
|
||||
}
|
||||
```
|
||||
|
||||
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
|
||||
covered by this crate.
|
||||
|
||||
## features
|
||||
|
||||
Reference in New Issue
Block a user