Skip to content

Commit 441b16d

Browse files
authored
Fix ambiguous :paste shorthand (#291)
> :p Ambiguous directive. Possible matches: paste, print. Type :? for help. > :pa …
1 parent 77a9ec2 commit 441b16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/PSCi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can also define data types, type classes, and type class instances (you may
5454

5555
## Paste mode (previously `--multi-line-mode`)
5656

57-
Enter `:paste` (or `:p`) to enter multi-line (or "paste") mode. Terminate it with `Control-D` key.
57+
Enter `:paste` (or `:pa`) to enter multi-line (or "paste") mode. Terminate it with `Control-D` key.
5858

5959
```
6060
> import Prelude

0 commit comments

Comments
 (0)