Skip to content

Commit df677cc

Browse files
committed
Fix link to fix conditionals #291
1 parent aa7f9fd commit df677cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafix-vsc/fix.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<key>match</key>
3333
<string>\b(all_contain|any_contain|none_contain|str_contain|all_equal|any_equal|none_equal|str_equal|exists|in|is_contained_in|is_array|is_empty|is_false|is_hash|is_number|is_object|is_sring|is_true|all_match|any_match|none_match|str_match)\b</string>
3434
<key>comment</key>
35-
<string>The names of the conditionals are taken from https://github.com/metafacture/metafacture-fix/blob/master/metafix/src/main/java/org/metafacture/metafix/FixMethod.java</string>
35+
<string>The names of the conditionals are taken from https://github.com/metafacture/metafacture-fix/blob/master/metafix/src/main/java/org/metafacture/metafix/FixConditional.java</string>
3636
</dict>
3737
<dict>
3838
<key>name</key>

0 commit comments

Comments
 (0)