Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit b60fa6a

Browse files
identifer => identifier in ExportEffectAttribute.xml (#276)
1 parent 2d0add9 commit b60fa6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Xamarin.Forms.Core/Xamarin.Forms/ExportEffectAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</Attribute>
1616
</Attributes>
1717
<Docs>
18-
<summary>Attribute that identifies a <see cref="T:Xamarin.Forms.Effect" /> with a unique identifer that can be used with <see cref="MXamarin.Forms.Effect.Resolve" /> to locate an effect.</summary>
18+
<summary>Attribute that identifies a <see cref="T:Xamarin.Forms.Effect" /> with a unique identifier that can be used with <see cref="MXamarin.Forms.Effect.Resolve" /> to locate an effect.</summary>
1919
<remarks>
2020
<para>Developers must supply a name that is unique over the scope of the value that was supplied to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />. The <see cref="T:Xamarin.Forms.Effect.Resolve" /> method takes a string that is the concatenation of the the resolution group name that was provided to <see cref="T:Xamarin.Forms.ResolutionGroupNameAttribute" />, '<c>.</c>', and the name that was supplied to <see cref="T:Xamarin.Forms.ExportEffectAttribute" />, and returns an effect that will have the type <paramref name="effectType" />.</para>
2121
<example>

0 commit comments

Comments
 (0)