Update Tasks.rst

Updating typo in documentation
This commit is contained in:
Ikenna Nwaiwu 2013-11-25 12:39:04 +00:00 committed by Mark Harrah
parent 818f4f96fb
commit 5174f44dc3
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ Multiple settings are handled similarly:
::
stringTask := "Sample: " + sampleTask.value + ", int: " + intValue.value
stringTask := "Sample: " + sampleTask.value + ", int: " + intTask.value
Task Scope
~~~~~~~~~~