Skip to content

Commit 2185d67

Browse files
authored
Add devlang metadata
1 parent 63d1faf commit 2185d67

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/cosmos-db/nosql/query/abs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11+
ms.devlang: nosql
1112
ms.date: 02/08/2024
1213
ms.custom: query-reference
1314
---

articles/cosmos-db/nosql/query/acos.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 09/21/2023
11+
ms.devlang: nosql
12+
ms.date: 02/08/2024
1213
ms.custom: query-reference
1314
---
1415

@@ -20,7 +21,7 @@ Returns the trigonometric arccosine of the specified numeric value. The arccosin
2021

2122
## Syntax
2223

23-
```sql
24+
```nosql
2425
ACOS(<numeric_expr>)
2526
```
2627

@@ -38,7 +39,7 @@ Returns a numeric expression.
3839

3940
The following example calculates the arccosine of the specified values using the function.
4041

41-
:::code language="sql" source="~/cosmos-db-nosql-query-samples/scripts/arccosine/query.sql" highlight="2":::
42+
:::code language="nosql" source="~/cosmos-db-nosql-query-samples/scripts/arccosine/query.sql" highlight="2":::
4243

4344
:::code language="json" source="~/cosmos-db-nosql-query-samples/scripts/arccosine/result.json":::
4445

0 commit comments

Comments
 (0)