typo: Double word "at" (dotnet/corefx#36282)
authorNick Schonning <nschonni@gmail.com>
Sun, 24 Mar 2019 20:36:59 +0000 (16:36 -0400)
committerDavid Shulman <david.shulman@microsoft.com>
Sun, 24 Mar 2019 20:36:59 +0000 (13:36 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/9a8df7168eb30c760880c4b78976048f24ea373f

src/libraries/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/Helpers/NativeMethods.Windows.vb

index 5bec609..3d380d4 100644 (file)
@@ -184,7 +184,7 @@ Namespace Microsoft.VisualBasic.CompilerServices
         ''' Notifies the system of an event that an application has performed.
         ''' An application should use this function if it performs an action that may affect the shell.
         ''' </summary>
-        ''' <param name="wEventId">Describes the event that has occurred. Typically, only one event is specified at at a time.
+        ''' <param name="wEventId">Describes the event that has occurred. Typically, only one event is specified at a time.
         '''       If more than one event is specified, the values contained in dwItem1 and dwItem2 must be the same,
         '''       respectively, for all specified events. See ShellChangeNotificationEvents.</param>
         ''' <param name="uFlags">Flags that indicate the meaning of the dwItem1 and dwItem2 parameter. See ShellChangeNotificationFlags.</param>