Skip to content

Commit 481ed88

Browse files
road21bracevac
andcommitted
fix comment
Co-authored-by: Oliver Bračevac <[email protected]>
1 parent 2d39d64 commit 481ed88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/NamedTuple.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ object NamedTupleDecomposition:
210210
/** An immutable array consisting of all element values */
211211
inline def toIArray: IArray[Object] = x.toTuple.toIArray
212212

213-
/** An immutable map consisting of all element values preserving an order of fields.
213+
/** An immutable map consisting of all element values preserving the order of fields.
214214
* Keys are the names of the elements.
215215
*/
216216
inline def toSeqMap: SeqMap[String, Tuple.Union[V]] =

0 commit comments

Comments
 (0)