Skip to content

Commit 53536f0

Browse files
author
Dave Lee
committed
Improve a comment
1 parent b088da0 commit 53536f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/FBDebugCommands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ def description(self):
228228
"""
229229

230230
def lex(self, commandLine):
231-
# Can't use default shlex splitting because it strip quotes which breaks
232-
# NSPredicate syntax. Split the input into type and rest (the query).
231+
# Can't use default shlex splitting because it strips quotes, which results
232+
# in invalid NSPredicate syntax. Split the input into type and rest (query).
233233
return commandLine.split(' ', 1)
234234

235235
def run(self, arguments, options):

0 commit comments

Comments
 (0)