Skip to content

Commit

Permalink
typo: Double word "than"
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and ajcvickers committed Jun 29, 2019
1 parent db4105d commit 9361381
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ public static DbFunctionExpression Floor(this DbExpression value)
/// <summary>
/// Creates a <see cref="T:System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression" /> that invokes the canonical 'Ceiling' function with the specified argument, which must each have a single, double or decimal result type. The result type of the expression is the same as the result type of value.
/// </summary>
/// <returns>A new DbFunctionExpression that returns the smallest integer value not less than than value.</returns>
/// <returns>A new DbFunctionExpression that returns the smallest integer value not less than the value.</returns>
/// <param name="value">An expression that specifies the numeric value.</param>
public static DbFunctionExpression Ceiling(this DbExpression value)
{
Expand Down

0 comments on commit 9361381

Please sign in to comment.