This commit is contained in:
Harry Maclean
2022-09-29 15:42:01 +13:00
parent 6e60a6ff2e
commit e48665ad9f

View File

@@ -291,9 +291,9 @@ module ActionView {
}
/**
* `ActionView::Helpers::TagHelper#tag`.
* `ActionView::Helpers::TagHelper#content_tag`.
*
* `tag(x, x, y, false)`.
* `content_tag(x, x, y, false)`.
*/
private class ContentTag extends ActionViewContextCall, RawHelperCall {
ContentTag() {