From: Timo Tijhof Date: Wed, 23 Nov 2016 02:11:01 +0000 (-0800) Subject: actions: Fix typo in ViewAction.php doc comment X-Git-Tag: 1.31.0-rc.0~4783^2 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=9c5800f5747b9f61d7737e4a377e1f2d84c196ca;p=lhc%2Fweb%2Fwiklou.git actions: Fix typo in ViewAction.php doc comment Change-Id: I26a48db06ea18b1c04a0aadc7cfe86b40af8f4b3 --- diff --git a/includes/actions/ViewAction.php b/includes/actions/ViewAction.php index 4a7f623825..0ba964f9b1 100644 --- a/includes/actions/ViewAction.php +++ b/includes/actions/ViewAction.php @@ -26,7 +26,7 @@ /** * An action that views article content * - * This is a wrapper that will call Article::render(). + * This is a wrapper that will call Article::view(). * * @ingroup Actions */