We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef7dbf commit 23de96aCopy full SHA for 23de96a
src/FSharpPlus/Extensions/Dict.fs
@@ -83,7 +83,7 @@ module Dict =
83
open System.Collections.Generic
84
open System.Collections.ObjectModel
85
86
- /// <summary>Creates a conceptually infinite dictionay containing the same value for all possible keys.</summary>
+ /// <summary>Creates a conceptually infinite dictionary containing the same value for all possible keys.</summary>
87
/// <param name="source">The value for all possible keys.</param>
88
let initInfinite<'TKey,'TValue> (source: 'TValue) : IDictionary<'TKey,'TValue> =
89
0 commit comments