File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/AngleSharp.Css/Constants Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ public static class UnitNames
33
33
public static readonly String Turn = "turn" ;
34
34
35
35
/// <summary>
36
- /// Radiants .
36
+ /// Radians .
37
37
/// </summary>
38
38
public static readonly String Rad = "rad" ;
39
39
40
40
/// <summary>
41
- /// Grads .
41
+ /// Gradians .
42
42
/// </summary>
43
43
public static readonly String Grad = "grad" ;
44
44
@@ -123,12 +123,12 @@ public static class UnitNames
123
123
public static readonly String Pt = "pt" ;
124
124
125
125
/// <summary>
126
- /// Remainings .
126
+ /// Font size of the root element .
127
127
/// </summary>
128
128
public static readonly String Rem = "rem" ;
129
129
130
130
/// <summary>
131
- /// Pieces .
131
+ /// Picas .
132
132
/// </summary>
133
133
public static readonly String Pc = "pc" ;
134
134
You can’t perform that action at this time.
0 commit comments