Skip to content

Commit

Permalink
driver: Simplify grammar of a comment. No functional change.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielshahaf committed Jan 31, 2022
1 parent c7caf57 commit b392045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zsh-syntax-highlighting.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ _zsh_highlight__is_function_p() {
# This function takes a single argument F and returns True iff F denotes the
# name of a callable function. A function is callable if it is fully defined
# or if it is marked for autoloading and autoloading it at the first call to it
# will succeed. In particular, if a function has been marked for autoloading
# but is not available in $fpath, then this function will return False therefor.
# will succeed. In particular, if F has been marked for autoloading
# but is not available in $fpath, then calling this function on F will return False.
#
# See users/21671 http://www.zsh.org/cgi-bin/mla/redirect?USERNUMBER=21671
_zsh_highlight__function_callable_p() {
Expand Down

0 comments on commit b392045

Please sign in to comment.