Skip to content

Commit a14f481

Browse files
Fix typo in architecture in RID graph (#45906)
Replaced linux-arm32 with linux-x64
1 parent 4563a1c commit a14f481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/rid-catalog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The above RID specifies that `osx-x64` imports `unix-x64`. So, when NuGet restor
5656
The following example shows a slightly bigger RID graph also defined in the *runtime.json* file:
5757

5858
```
59-
linux-arm64 linux-arm32
59+
linux-arm64 linux-x64
6060
| \ / |
6161
| linux |
6262
| | |

0 commit comments

Comments
 (0)