Skip to content

Commit bc44721

Browse files
committed
doc
1 parent 9ba8ad1 commit bc44721

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/compute-engine/97-reference-strings.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ semantic metadata that is not material to the interpretation of an expression
4848
such as text color and size or other typographic variations, a tooltip or a hyperlink
4949
data to link to a web page.
5050

51+
While annotated expression can be applied to string, they can also
52+
be used to annotate mathematical expressions, such as variables, operators, or
53+
functions, to provide additional context or visual emphasis.
54+
5155
For example, an annotated expression can be used to highlight a specific
5256
part of a mathematical expression:
5357

@@ -126,7 +130,6 @@ their default string representation.
126130

127131
["String", 42, " is the answer"]
128132
// ➔ "42 is the answer"
129-
130133
```
131134

132135
</FunctionDefinition>

0 commit comments

Comments
 (0)