Skip to content

Commit 8fa10f4

Browse files
authored
fix(parser.zsh): _p9k_parse_buffer docstring typo (#2820)
- `pupulates` => `populates`
1 parent 05b11d8 commit 8fa10f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/parser.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ typeset -grA __p9k_pb_term_skip=(
102102

103103
# Usage: _p9k_parse_buffer <buffer> [token-limit]
104104
#
105-
# Parses the specified command line buffer and pupulates array P9K_COMMANDS
105+
# Parses the specified command line buffer and populates array P9K_COMMANDS
106106
# with commands from it. Terminates early and returns 1 if there are more
107107
# tokens than the specified limit.
108108
#

0 commit comments

Comments
 (0)