Skip to content

Commit 9f8a12b

Browse files
authored
Merge pull request #1146 from pharo-spec/stquery-update-from-context-small-fix
small fix on NewTools-Spotter-Processors -> stQuery >> updatefromContext
2 parents cf73d1a + a0b5a02 commit 9f8a12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewTools-Spotter-Processors/StQuery.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ StQuery >> updateFromContext: aSpotterContext [
112112

113113
modifiers removeAll.
114114
texts := (aSpotterContext search ifNil:[ '' ]) trimBoth.
115-
textParts := texts substrings: { Character space. Character tab }.
115+
textParts := texts asString substrings: { Character space. Character tab }.
116116
query := ''.
117117

118118
textParts do: [ :aPart |

0 commit comments

Comments
 (0)