Skip to content

Commit

Permalink
Update doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyouyamaKazusa0805 committed Nov 14, 2023
1 parent 24adfc5 commit 6ee3986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Sudoku.Analytics/Analytics/Categorization/Technique.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Sudoku.Analytics.Categorization;
/// </summary>
/// <remarks><b><i>
/// Please note that some fields declared in this type may not be used by neither direct reference nor reflection,
/// but they are reserved ones. In the future I'll implement the searching logic on those fields. ( Maybe or maybe not :D )
/// but they are reserved ones. In the future I'll implement the searching logic on those fields. Maybe or maybe not :D
/// </i></b></remarks>
public enum Technique
{
Expand Down
2 changes: 1 addition & 1 deletion src/docxml/Sudoku.Analytics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ if (student is (name: var name, age: >= 18))
</summary>
<remarks><b><i>
Please note that some fields declared in this type may not be used by neither direct reference nor reflection,
but they are reserved ones. In the future I'll implement the searching logic on those fields. ( Maybe or maybe not :D )
but they are reserved ones. In the future I'll implement the searching logic on those fields. Maybe or maybe not :D
</i></b></remarks>
</member>
<member name="F:Sudoku.Analytics.Categorization.Technique.None">
Expand Down

0 comments on commit 6ee3986

Please sign in to comment.