Skip to content

Commit

Permalink
all done, last extension answered
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMathiasson committed Aug 12, 2024
1 parent 1387bda commit c1b072a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions csharp-fundamentals-strings.Main/Extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ public StringBuilder two()
sb.Append(reverseString);
// ...AND THIS LINE

//technically this isn't a Stringbuilder method. That's because there isn't one in the documentation for Stringbuilder
// this could also be solved by making it into a char array and use Reverse() on that array

return sb;
}

Expand Down

0 comments on commit c1b072a

Please sign in to comment.