From 96538b93d40048bc7e9b65b71dc2adb4e26ef121 Mon Sep 17 00:00:00 2001 From: Dominik Hajduk Date: Wed, 14 Dec 2016 13:44:33 +0100 Subject: [PATCH] Fix typo in workflow usage code lock --- workflow/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/usage.rst b/workflow/usage.rst index d584edbba70..2a2c2551185 100644 --- a/workflow/usage.rst +++ b/workflow/usage.rst @@ -140,7 +140,7 @@ like this: // This property is used by the marking store public $currentPlace; public $title; - public $content + public $content; } .. note::