Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a3f7889

Browse files
carrolljAThousandShips
andcommittedOct 31, 2023
Update tutorials/scripting/c_sharp/c_sharp_basics.rst
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
1 parent 2ad5750 commit a3f7889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tutorials/scripting/c_sharp/c_sharp_basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ The following tools may be used for performance and memory profiling of your man
390390
Profiling managed and unmanaged code at once is possible with both JetBrains tools and Visual Studio, but limited to Windows.
391391

392392
Using ``async``/``await``
393-
-----------------
393+
-------------------------
394394

395395
You might face a scenario where you must ``await`` a method call.
396396
You will notice that when you use ``await``, you are required to mark the method you use it in as ``async``, and change the return type to ``Task`` or ``Task<T>``.

0 commit comments

Comments
 (0)