Skip to content

Commit bc7a367

Browse files
committed
fix: formatting
1 parent 1ecd0d4 commit bc7a367

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

yew-rs/docs-0-21/src/pages/concepts/function_components/properties.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ fn main() {
358358
code("IString"),
359359
" from ",
360360
link!("https://crates.io/crates/implicit-clone", "implicit-clone"),
361-
" See that crate to learn more.",
361+
". See that crate to learn more.",
362362
],
363363
],
364364
li_blocks![
@@ -404,7 +404,7 @@ fn main() {
404404
code("IArray<T>"),
405405
" can be imported from ",
406406
link!("https://crates.io/crates/implicit-clone", "implicit-clone"),
407-
" See that crate to learn more.",
407+
". See that crate to learn more.",
408408
],
409409
],
410410
li_blocks![p!["You tell us. Did you run into an edge-case you wish \

yew-rs/docs/src/pages/concepts/function_components/properties.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ assert_eq!(props.last, 3);"#,
431431
code("IString"),
432432
" from ",
433433
link!("https://crates.io/crates/implicit-clone", "implicit-clone",),
434-
"\nSee that crate to learn more.",
434+
". See that crate to learn more.",
435435
],
436436
],
437437
li_blocks![
@@ -477,7 +477,7 @@ assert_eq!(props.last, 3);"#,
477477
code("IArray"),
478478
" can be imported from ",
479479
link!("https://crates.io/crates/implicit-clone", "implicit-clone",),
480-
"\nSee that crate to learn more.",
480+
". See that crate to learn more.",
481481
],
482482
],
483483
li_blocks![p!["You tell us. Did you run into an edge-case you wish \

0 commit comments

Comments
 (0)