Skip to content

Commit 23fdfe2

Browse files
authored
Update README.md (#100)
1 parent 14ba390 commit 23fdfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Implementation notes:
125125
- val: 1.0
126126
rt: builtins.float
127127
main: |
128-
reveal_type({[ val }}) # N: Revealed type is '{{ rt }}'
128+
reveal_type({{ val }}) # N: Revealed type is '{{ rt }}'
129129
```
130130

131131
#### 3. Longer type expectations

0 commit comments

Comments
 (0)