You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Creates an instance of the quantity with the given numeric value in units compatible with the given <see cref=""UnitSystem""/>.
181
181
/// If multiple compatible units were found, the first match is used.
182
182
/// </summary>
183
-
/// <param name=""numericValue"">The numeric value to contruct this quantity with.</param>
183
+
/// <param name=""numericValue"">The numeric value to construct this quantity with.</param>
184
184
/// <param name=""unitSystem"">The unit system to create the quantity with.</param>
185
185
/// <exception cref=""ArgumentNullException"">The given <see cref=""UnitSystem""/> is null.</exception>
186
186
/// <exception cref=""ArgumentException"">No unit was found for the given <see cref=""UnitSystem""/>.</exception>
@@ -983,7 +983,7 @@ public string ToString([CanBeNull] IFormatProvider provider, int significantDigi
983
983
/// Get string representation of value and unit.
984
984
/// </summary>
985
985
/// <param name=""format"">String format to use. Default: ""{{0:0.##}} {{1}} for value and unit abbreviation respectively.""</param>
986
-
/// <param name=""args"">Arguments for string format. Value and unit are implictly included as arguments 0 and 1.</param>
986
+
/// <param name=""args"">Arguments for string format. Value and unit are implicitly included as arguments 0 and 1.</param>
987
987
/// <returns>String representation.</returns>
988
988
/// <param name=""provider"">Format to use for localization and number formatting. Defaults to <see cref=""CultureInfo.CurrentUICulture"" /> if null.</param>
989
989
[Obsolete(""This method is deprecated and will be removed at a future release. Please use string.Format()."")]
@@ -713,7 +713,7 @@ public string ToString(string cultureName, int significantDigitsAfterRadix)
713
713
/// Get string representation of value and unit.
714
714
/// </summary>
715
715
/// <param name=""format"">String format to use. Default: ""{{0:0.##}} {{1}} for value and unit abbreviation respectively.""</param>
716
-
/// <param name=""args"">Arguments for string format. Value and unit are implictly included as arguments 0 and 1.</param>
716
+
/// <param name=""args"">Arguments for string format. Value and unit are implicitly included as arguments 0 and 1.</param>
717
717
/// <returns>String representation.</returns>
718
718
/// <param name=""cultureName"">Name of culture (ex: ""en-US"") to use for localization and number formatting. Defaults to <see cref=""GlobalConfiguration.DefaultCulture"" /> if null.</param>
719
719
public string ToString([CanBeNull] string cultureName, [NotNull] string format, [NotNull] params object[] args)
0 commit comments