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 2d39d64 commit 481ed88Copy full SHA for 481ed88
library/src/scala/NamedTuple.scala
@@ -210,7 +210,7 @@ object NamedTupleDecomposition:
210
/** An immutable array consisting of all element values */
211
inline def toIArray: IArray[Object] = x.toTuple.toIArray
212
213
- /** An immutable map consisting of all element values preserving an order of fields.
+ /** An immutable map consisting of all element values preserving the order of fields.
214
* Keys are the names of the elements.
215
*/
216
inline def toSeqMap: SeqMap[String, Tuple.Union[V]] =
0 commit comments