Skip to content

Commit 7424db9

Browse files
authored
Update interpolated-strings.md (#36918)
Clarify that the new syntax for string interpolation is available starting from F# 8
1 parent 51259fb commit 7424db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/language-reference/interpolated-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Note that the type annotation must be on the interpolated string expression itse
124124

125125
## Extended syntax for string interpolation
126126

127-
When you work with text containing multiple `{`, `}` or `%` characters already, you can use extended string interpolation syntax to remove the need for escaping.
127+
Beginning with F# 8, when you work with text containing multiple `{`, `}` or `%` characters already, you can use extended string interpolation syntax to remove the need for escaping.
128128

129129
Triple quote string literals can start with multiple `$` characters, which changes how many braces are required to open and close interpolation.
130130
In these string literals, `{` and `}` characters don't need to be escaped:

0 commit comments

Comments
 (0)