Skip to content

Commit b392045

Browse files
committed
driver: Simplify grammar of a comment. No functional change.
1 parent c7caf57 commit b392045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zsh-syntax-highlighting.zsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ _zsh_highlight__is_function_p() {
7373
# This function takes a single argument F and returns True iff F denotes the
7474
# name of a callable function. A function is callable if it is fully defined
7575
# or if it is marked for autoloading and autoloading it at the first call to it
76-
# will succeed. In particular, if a function has been marked for autoloading
77-
# but is not available in $fpath, then this function will return False therefor.
76+
# will succeed. In particular, if F has been marked for autoloading
77+
# but is not available in $fpath, then calling this function on F will return False.
7878
#
7979
# See users/21671 http://www.zsh.org/cgi-bin/mla/redirect?USERNUMBER=21671
8080
_zsh_highlight__function_callable_p() {

0 commit comments

Comments
 (0)