read: fix missing backslash (#7731)

pull/1/head
Saevyn 2022-11-23 08:05:31 -03:00 committed by GitHub
parent d4142a47ca
commit 4dca0ab1fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
`read -d {{new_delimiter}} {{variable}}`
- Do not let backslash (\) act as an escape character:
- Do not let backslash (\\) act as an escape character:
`read -r {{variable}}`