Skip to content

Commit 23de96a

Browse files
gustyHappypig375
andauthored
typo
Co-authored-by: Hadrian Tang <[email protected]>
1 parent aef7dbf commit 23de96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharpPlus/Extensions/Dict.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module Dict =
8383
open System.Collections.Generic
8484
open System.Collections.ObjectModel
8585

86-
/// <summary>Creates a conceptually infinite dictionay containing the same value for all possible keys.</summary>
86+
/// <summary>Creates a conceptually infinite dictionary containing the same value for all possible keys.</summary>
8787
/// <param name="source">The value for all possible keys.</param>
8888
let initInfinite<'TKey,'TValue> (source: 'TValue) : IDictionary<'TKey,'TValue> =
8989

0 commit comments

Comments
 (0)