From 9c5800f5747b9f61d7737e4a377e1f2d84c196ca Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 22 Nov 2016 18:11:01 -0800 Subject: [PATCH] actions: Fix typo in ViewAction.php doc comment Change-Id: I26a48db06ea18b1c04a0aadc7cfe86b40af8f4b3 --- includes/actions/ViewAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1