summaryrefslogtreecommitdiffstats
path: root/library/stdarch/examples/connect5.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/stdarch/examples/connect5.rs')
-rw-r--r--library/stdarch/examples/connect5.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/examples/connect5.rs b/library/stdarch/examples/connect5.rs
index 09e7e48a7..805108c24 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;