Skip to content

Commit a91de34

Browse files
committed
Fix doc build warnings
1 parent 8fd8994 commit a91de34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OpenLanguage/Utils/AlphabeticHexevigesimal.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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&lt;UInt64&gt;(column); // 27
1818
/// </summary>
1919
public class AlphabeticHexevigesimalProvider : IFormatProvider, ICustomFormatter
2020
{

docs/api/WordprocessingML/FieldInstruction/FieldInstruction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)