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 78209a8 commit bb24b65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions markdown/hintbuilding.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ to use this, you first bring the class into scope:
```csharp
using RueI.Extensions.HintBuilding;
```
then, you can use it like so:
btw im gonna waste time to make a dumb little stringbuilder extensions thing so you can do shit like
then, you can use it like so:
```csharp
StringBuilder sb = new()
.SetColor(255, 0, 0)
Expand Down

0 comments on commit bb24b65

Please sign in to comment.