Skip to content

Commit b7eca1e

Browse files
Fixing sentence casing
1 parent 6142f29 commit b7eca1e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/t-sql/functions/abs-transact-sql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ ABS ( numeric_expression )
4444
*numeric_expression*
4545
An expression of the exact numeric or approximate numeric data type category.
4646

47-
## Return Types
47+
## Return types
48+
4849

4950
Returns the same type as *numeric_expression*.
5051

docs/t-sql/functions/acos-transact-sql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ ACOS ( float_expression )
4444
*float_expression*
4545
An [expression](../../t-sql/language-elements/expressions-transact-sql.md) of either type **float** or of a type that can implicitly convert to float. Only a value ranging from -1.00 to 1.00 is valid. For values outside this range, no value is returned, and ACOS will report a domain error.
4646

47-
## Return Types
47+
## Return types
48+
4849

4950
**float**
5051

0 commit comments

Comments
 (0)