Skip to content

Commit e48665a

Browse files
committed
Fix doc
1 parent 6e60a6f commit e48665a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/ql/lib/codeql/ruby/frameworks/ActionView.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@ module ActionView {
291291
}
292292

293293
/**
294-
* `ActionView::Helpers::TagHelper#tag`.
294+
* `ActionView::Helpers::TagHelper#content_tag`.
295295
*
296-
* `tag(x, x, y, false)`.
296+
* `content_tag(x, x, y, false)`.
297297
*/
298298
private class ContentTag extends ActionViewContextCall, RawHelperCall {
299299
ContentTag() {

0 commit comments

Comments
 (0)