diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2023-07-27 18:33:37 +0700 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2023-07-30 10:57:20 +0100 |
| commit | 5c4a9505910b88632589e9dccf8aca169e837989 (patch) | |
| tree | d38616a9da188ddb784e772761bbbdbc9241ab57 /library/stdarch/examples | |
| parent | 08e8e220fcebee272d03fa37b85d9b6fc8173422 (diff) | |
| download | rust-5c4a9505910b88632589e9dccf8aca169e837989.tar.gz rust-5c4a9505910b88632589e9dccf8aca169e837989.zip | |
docs: Fix warnings and typos.
* Fix typo in HTML tag * Mark some things with backticks to fix warnings about unescaped square brackets. * Spell "initialize" correctly to fix typos.
Diffstat (limited to 'library/stdarch/examples')
| -rw-r--r-- | library/stdarch/examples/connect5.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/examples/connect5.rs b/library/stdarch/examples/connect5.rs index 09e7e48a7c4..805108c24ce 100644 --- a/library/stdarch/examples/connect5.rs +++ b/library/stdarch/examples/connect5.rs @@ -851,7 +851,7 @@ fn check_patterndead4(pos: &Pos, sd: Side) -> i32 { n } -/// Check <b>-OOO-, -OO-O-, -O-OO-</br> +/// Check <b>-OOO-, -OO-O-, -O-OO-</b> fn check_patternlive3(pos: &Pos, sd: Side) -> i32 { let mut n: i32 = 0; |
