Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak authored Sep 26, 2020
1 parent 2629d38 commit e203efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Iterates over a list with a position variable tracking the current index.
Iterates over the key value pairs of an plist.

```lisp
(doalist (key value plist &optional return-form)
(doplist (key value plist &optional return-form)
(format t "key: ~A, value: ~A~%" key value))
```

Expand Down

0 comments on commit e203efb

Please sign in to comment.