Update line-protocol.md

fix typo
pull/258/head
kelseiv 2019-06-05 08:21:36 -07:00 committed by GitHub
parent c18b3856ca
commit 3f27deff73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ Line protocol supports both literal backslashes and backslashes as an escape cha
With two contiguous backslashes, the first is interpreted as an escape character.
For example:
| Backslashes | Intepreted as |
| Backslashes | Interpreted as |
|:-----------:|:-------------:|
| `\` | `\` |
| `\\` | `\` |