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 {
226226 */
227227 module Helpers {
228228 /**
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.
230230 * The argument should be treated as an XSS sink. In the documentation for
231231 * classes in this module, the vulnerable argument is named `x`.
232232 */
@@ -268,7 +268,7 @@ module ActionView {
268268 /**
269269 * `ActionView::Helpers::TextHelper#highlight`.
270270 *
271- * `truncate (x, y, sanitize: false)`.
271+ * `highlight (x, y, sanitize: false)`.
272272 */
273273 private class Highlight extends ActionViewContextCall , RawHelperCall {
274274 Highlight ( ) {
You can’t perform that action at this time.
0 commit comments