Skip to content

Commit 33db811

Browse files
committed
Wording
1 parent 86cace4 commit 33db811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/core/deploying/native-aot/ios-like-platforms/creating-and-consuming-custom-frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This section describes steps to create a simple .NET Class Library project with
3232
<PublishAotUsingRuntimePack>true</PublishAotUsingRuntimePack>
3333
```
3434

35-
4. Edit the `MyNativeAOTLibrary/Class1.cs` source code to expose a managed method to the native world as `aotsample_add`. For example:
35+
4. Edit the `MyNativeAOTLibrary/Class1.cs` source code to expose a managed method so that it can be referenced from the native code as `aotsample_add`. For example:
3636

3737
```cs
3838
using System.Runtime.InteropServices;

docs/navigate/devops-testing/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ items:
531531
items:
532532
- name: Overview
533533
href: ../../core/deploying/native-aot/ios-like-platforms/index.md
534-
- name: Creating and consuming custom frameworks
534+
- name: Create and consume custom frameworks
535535
href: ../../core/deploying/native-aot/ios-like-platforms/creating-and-consuming-custom-frameworks.md
536536
- name: Runtime package store
537537
href: ../../core/deploying/runtime-store.md

0 commit comments

Comments
 (0)