Merge pull request #2273 from cbscribe/kcc_31_fixes

Minor tutorial fixes for 3.1
This commit is contained in:
Rémi Verschelde
2019-03-21 23:18:35 -07:00
committed by GitHub
3 changed files with 6 additions and 13 deletions

View File

@@ -211,7 +211,7 @@ Define the return type of a function with the arrow ->
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To define the return type of a function, write a dash and a right angle
bracket ``->`` after its declaration, followed by the return type:
bracket ``->`` after its declaration, followed by the return type:
::