diff --git a/site/src/tutorial.rs b/site/src/tutorial.rs index 471eed118..fb9648b37 100644 --- a/site/src/tutorial.rs +++ b/site/src/tutorial.rs @@ -1313,7 +1313,7 @@ fn TutorialPatternMatching() -> impl IntoView { "Format String Patterns" -

" works with format strings to extract substrings where the ""_""s are. While the "" function is available, is is often more complex than is necessary. In these cases, format string patterns are more appropriate."

+

" works with format strings to extract substrings where the ""_""s are. While the "" function is available, it is often more complex than is necessary. In these cases, format string patterns are more appropriate."