Skip to content

Commit 2d86975

Browse files
authored
Fix spelling error "Tricsk" to "Tricks" (#212)
Signed-off-by: Byron Wheeler <[email protected]>
1 parent 2146cb1 commit 2d86975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/architecture/nanoclr-stub-args.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Native tips & tricsk, generating stubs for a native project, NANOCLR macros, Arguments and return types
1+
# Native tips & tricks, generating stubs for a native project, NANOCLR macros, Arguments and return types
22

33
When you want to use native code and creating an associated managed code C# library, you should start by reading [this article](https://jsimoesblog.wordpress.com/2018/06/19/interop-in-net-nanoframework/). This article will give you all the steps to create your managed C# project, generate the stubs and have everything glued together.
44

0 commit comments

Comments
 (0)