Skip to content

Commit 9229d86

Browse files
committed
fix output variable
1 parent 9533f8b commit 9229d86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

v0.3/handbook/libraries/stdlib.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ r calculated to 1
228228
search
229229
r = math/sin[degrees: 90]
230230
bind
231-
[#ui/text text: x]
231+
[#ui/text text: r]
232232
~~~
233233
</code>
234234
</td>
@@ -255,7 +255,7 @@ r calculated to 0
255255
search
256256
r = math/cos[degrees: 90]
257257
bind
258-
[#ui/text text: x]
258+
[#ui/text text: r]
259259
~~~
260260
</code>
261261
</td>
@@ -282,7 +282,7 @@ r calculated to 1
282282
search
283283
r = math/tan[degrees: 45]
284284
bind
285-
[#ui/text text: x]
285+
[#ui/text text: r]
286286
~~~
287287
</code>
288288
</td>

0 commit comments

Comments
 (0)