|
1 | 1 | // Copyright (c) 2013 Andreas Gullberg Larsen ([email protected]).
|
2 | 2 | // https://github.com/angularsen/UnitsNet
|
3 |
| -// |
| 3 | +// |
4 | 4 | // Permission is hereby granted, free of charge, to any person obtaining a copy
|
5 | 5 | // of this software and associated documentation files (the "Software"), to deal
|
6 | 6 | // in the Software without restriction, including without limitation the rights
|
7 | 7 | // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8 | 8 | // copies of the Software, and to permit persons to whom the Software is
|
9 | 9 | // furnished to do so, subject to the following conditions:
|
10 |
| -// |
| 10 | +// |
11 | 11 | // The above copyright notice and this permission notice shall be included in
|
12 | 12 | // all copies or substantial portions of the Software.
|
13 |
| -// |
| 13 | +// |
14 | 14 | // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15 | 15 | // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16 | 16 | // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
@@ -42,7 +42,7 @@ public sealed partial class UnitSystem
|
42 | 42 | /// if no abbreviations are found with current <see cref="Culture" />.
|
43 | 43 | /// </summary>
|
44 | 44 | /// <example>
|
45 |
| - /// User wants to call <see cref="Parse{TUnitType}(string,CultureInfo)" /> or <see cref="object.ToString" /> with Russian |
| 45 | + /// User wants to call <see cref="Parse{TUnitType}(string,System.IFormatProvider)" /> or <see cref="object.ToString" /> with Russian |
46 | 46 | /// culture, but no translation is defined, so we return the US English definition as a last resort. If it's not
|
47 | 47 | /// defined there either, an exception is thrown.
|
48 | 48 | /// </example>
|
|
0 commit comments