Skip to content

Commit 50aab5d

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Fix markdown formatting of REPL in README
1 parent 12b9cb0 commit 50aab5d

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
@@ -56,7 +56,7 @@ print(getsource(function))
5656
#> ...
5757
```
5858

59-
This makes AST-based tools work reliably in both scripts and the REPL. All other functions in the library are built on top of it.
59+
This allows AST-based tools to work reliably in both scripts and the `REPL`. All other functions in the library are built on top of it.
6060

6161

6262
## Get cleaned source

0 commit comments

Comments
 (0)