Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrward committed Aug 23, 2023
1 parent 7a20f53 commit e8d67d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Formatting/XmlFormatterWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ public override void WriteStartElement (
if (prefix == null)
prefix = String.Empty;

// Crazy namespace check goes here.
// Namespace check goes here.
//
// 1. if Namespaces is false, then any significant
// namespace indication is not allowed.
Expand Down

0 comments on commit e8d67d0

Please sign in to comment.