Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Mar 14, 2023
1 parent 08631dc commit bd858b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XmlSchemaClassGenerator.Tests/DefaultInSequenceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public class DefaultInSequenceTests
/// <summary>
/// In case a element which is defined as a sequence, has a default value,
/// the default value shall be ignored (it was wrong to initialize a collection with int value, for example).
/// bakcing field was like: private Collection<int> _someElementWithDefaultValue = 0;
/// In such case, the syntax breaks compliation.
/// backing field was like: private Collection<int> _someElementWithDefaultValue = 0;
/// In such case, the syntax breaks compilation.
/// We would like to verify the default is ignored.
/// </summary>
[Fact]
Expand Down

0 comments on commit bd858b6

Please sign in to comment.