Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/System.Management.Automation/engine/serialization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5122,7 +5122,7 @@ internal TypeSerializationInfo(Type type, string itemTag, string propertyTag, Ty

/// <summary>
/// A class for identifying types which are treated as KnownType by Monad.
/// A KnownType is guranteed to be available on machine on which monad is
/// A KnownType is guaranteed to be available on machine on which monad is
/// running.
/// </summary>
internal static class KnownTypes
Expand Down