toddams / RazorLight

Template engine based on Microsoft's Razor parsing engine for .NET Core
Apache License 2.0
1.51k stars 260 forks source link

Documentation review - RawString #330

Closed jzabroski closed 4 years ago

jzabroski commented 4 years ago

https://github.com/toddams/RazorLight/blob/65484c59fd678b6d1b843aaa5c8eb7726c06cf1d/src/RazorLight/Text/RawString.cs#L7

@toddams Shouldn't this say "unencoded string"? Line 15 says the concrete class Represents an unencoded string.