Skip to content

Commit

Permalink
Update hintbuilding.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop authored Nov 14, 2023
1 parent c2e3898 commit b6c0b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/hintbuilding.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# HintBuilding Extensions
RueI provides extensions to [StringBuilder](https://learn.microsoft.com/en-us/dotnet/api/system.text.stringbuilder?view=net-7.0) through the [HintBuilding](./api/RueI.Extensions.HintBuilding.HintBuilding.html) class. this provides a large number of methods on StringBuilder to make adding tags easier and less error-prone.
RueI provides extensions to [StringBuilder](https://learn.microsoft.com/en-us/dotnet/api/system.text.stringbuilder?view=net-7.0) through the [HintBuilding](../api/RueI.Extensions.HintBuilding.HintBuilding.html) class. this provides a large number of methods on StringBuilder to make adding tags easier and less error-prone.

to use this, you first bring the class into scope:
```csharp
Expand Down

0 comments on commit b6c0b94

Please sign in to comment.