File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/api/WordprocessingML/FieldInstruction Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace OpenLanguage.Utils
1414 ///
1515 /// Usage for parsing:
1616 /// string column = "AA";
17- /// UInt64 parsed = AlphabeticHexevigesimalProvider.Parse< UInt64> (column); // 27
17+ /// UInt64 parsed = AlphabeticHexevigesimalProvider.Parse< UInt64> (column); // 27
1818 /// </summary>
1919 public class AlphabeticHexevigesimalProvider : IFormatProvider , ICustomFormatter
2020 {
Original file line number Diff line number Diff line change @@ -660,4 +660,4 @@ public class FieldInstructionSerializer
660660## See Also
661661
662662- [ Typed Field Instructions] ( ./Typed.md ) - Strongly-typed field instruction factory
663- - [ Testing Documentation] ( ../../../development/testing .md ) - Unit test examples
663+ - [ Testing Documentation] ( ../../../development/test .md ) - Unit test examples
You can’t perform that action at this time.
0 commit comments