Skip to content

Commit 1b8227c

Browse files
authored
Merge pull request dotnet#31763 from dotnet/ocallesp-patch-1
Typo
2 parents 1a68a8d + 778c18c commit 1b8227c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard/assembly/type-forwarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Now, imagine that there is a consuming project and it's represented in the _Cons
5353

5454
:::code language="csharp" source="snippets/type-forwarders/before/Consumer/Program.cs":::
5555

56-
When the consuming app runs, it will output the state of the `Example` object. At this point, there is no type forwarding as the _Consuming.csproj_ references the _Utility.csproj_. However, the developer's of the _Utility_ assembly decide to remove the `Example` object as part of a refactoring. This tye is moved to a newly created _Common.csproj_.
56+
When the consuming app runs, it will output the state of the `Example` object. At this point, there is no type forwarding as the _Consuming.csproj_ references the _Utility.csproj_. However, the developer's of the _Utility_ assembly decide to remove the `Example` object as part of a refactoring. This type is moved to a newly created _Common.csproj_.
5757
5858
By removing this type from the _Utility_ assembly, the developers are introducing a breaking change. All consuming projects will break when they update to the latest _Utility_ assembly.
5959

0 commit comments

Comments
 (0)