Skip to content

Commit db59685

Browse files
authored
Update stdlib_experimental_optval.md
styling changes
1 parent 1f94409 commit db59685

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/stdlib_experimental_optval.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
### Description
1010

11-
Returns `x` if it is PRESENT, otherwise `default`.
11+
Returns `x` if it is present, otherwise `default`.
1212

13-
This function is intended to be called in a procedure with one or more OPTIONAL arguments, in order to conveniently fall back to a default value if an OPTIONAL argument is not PRESENT.
13+
This function is intended to be called in a procedure with one or more `optional` arguments, in order to conveniently fall back to a default value if an `optional` argument is not present.
1414

1515
### Syntax
1616

@@ -24,7 +24,7 @@ This function is intended to be called in a procedure with one or more OPTIONAL
2424

2525
### Return value
2626

27-
If `x` is PRESENT, the result is `x`, otherwise the result is `default`.
27+
If `x` is present, the result is `x`, otherwise the result is `default`.
2828

2929
### Example
3030

0 commit comments

Comments
 (0)