doc: fix missing `,` in README.md (#686)

This commit is contained in:
Evan Purkhiser 2022-05-22 10:25:46 -07:00 committed by GitHub
parent d64152cf5c
commit 69dfcd0fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ sections = {
}, },
symbols = { symbols = {
modified = ' ●' -- Text to show when the buffer is modified modified = ' ●', -- Text to show when the buffer is modified
alternate_file = '#', -- Text to show to indify the alternate file alternate_file = '#', -- Text to show to indify the alternate file
directory = '', -- Text to show when the buffer is a directory directory = '', -- Text to show when the buffer is a directory
}, },