File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ruby/ql/lib/codeql/ruby/frameworks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ module ActionView {
226
226
*/
227
227
module Helpers {
228
228
/**
229
- * A call to ActionView helpers which renders its argument without escaping.
229
+ * A call to an ActionView helper which renders its argument without escaping.
230
230
* The argument should be treated as an XSS sink. In the documentation for
231
231
* classes in this module, the vulnerable argument is named `x`.
232
232
*/
@@ -268,7 +268,7 @@ module ActionView {
268
268
/**
269
269
* `ActionView::Helpers::TextHelper#highlight`.
270
270
*
271
- * `truncate (x, y, sanitize: false)`.
271
+ * `highlight (x, y, sanitize: false)`.
272
272
*/
273
273
private class Highlight extends ActionViewContextCall , RawHelperCall {
274
274
Highlight ( ) {
You can’t perform that action at this time.
0 commit comments