Skip to content

Commit 5381a19

Browse files
committed
Cleaned up synopsis on typeof spec page
1 parent a1fc3c6 commit 5381a19

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

wiki/spec/typeof.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ title: Typeof
99
# SYNOPSIS
1010

1111
```bash
12-
echo @typeof {INPUT}
13-
var=@typeof {INPUT}
14-
if [[ @typeof {INPUT} == "expected_type" ]]; then
15-
# Do something
16-
fi
12+
@typeof {INPUT}
1713
```
1814

1915
# DESCRIPTION

0 commit comments

Comments
 (0)