From 071508edc595fe90f28965da79e956ee613806a5 Mon Sep 17 00:00:00 2001 From: LiorKovalio Date: Mon, 8 Apr 2024 11:34:00 +0300 Subject: [PATCH] Update tutorial.rs Fixed typo --- site/src/tutorial.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."