Skip to content

Commit 11526fb

Browse files
committed
Fix README typo: 'pofylill' -> 'types'
Correct a misspelling in the options list for PolySharpUseEmbeddedAttributeForGeneratedTypes by replacing 'pofylill types' with 'types' in README.md and src/PolySharp.Package/README.md.
1 parent af8628d commit 11526fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ It also includes the following optional runtime-supported polyfills:
9191

9292
The following properties are available:
9393
- "PolySharpUsePublicAccessibilityForGeneratedTypes": makes all generated types public.
94-
- "PolySharpUseEmbeddedAttributeForGeneratedTypes": adds the `[Embedded]` attributes to generated pofylill types.
94+
- "PolySharpUseEmbeddedAttributeForGeneratedTypes": adds the `[Embedded]` attributes to generated types.
9595
- "PolySharpIncludeRuntimeSupportedAttributes": enables polyfills for (dummy) runtime-supported attributes too.
9696
- "PolySharpUseInteropServices2NamespaceForUnmanagedCallersOnlyAttribute": moves `[UnmanagedCallersOnly]`.
9797
- "PolySharpExcludeGeneratedTypes": excludes specific types from generation (';' or ',' separated type names).

src/PolySharp.Package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ It also includes the following optional runtime-supported polyfills:
8989

9090
The following properties are available:
9191
- "PolySharpUsePublicAccessibilityForGeneratedTypes": makes all generated types public.
92-
- "PolySharpUseEmbeddedAttributeForGeneratedTypes": adds the `[Embedded]` attributes to generated pofylill types.
92+
- "PolySharpUseEmbeddedAttributeForGeneratedTypes": adds the `[Embedded]` attributes to generated types.
9393
- "PolySharpIncludeRuntimeSupportedAttributes": enables polyfills for (dummy) runtime-supported attributes too.
9494
- "PolySharpUseInteropServices2NamespaceForUnmanagedCallersOnlyAttribute": moves `[UnmanagedCallersOnly]`.
9595
- "PolySharpExcludeGeneratedTypes": excludes specific types from generation (';' or ',' separated type names).

0 commit comments

Comments
 (0)