Skip to content

Commit f00002e

Browse files
authored
Rename 'Bitwise Operator' to 'Bitwise'
1 parent f556cb9 commit f00002e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/docs/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Docs() {
1717
"Array Expression",
1818
"Array Query",
1919
"Array Update",
20-
"Bitwise Operator",
20+
"Bitwise",
2121
"Bitwise Query",
2222
"Bitwise Update",
2323
"Boolean Expression",
@@ -2764,7 +2764,7 @@ async function connect() {
27642764
))}
27652765
</div>
27662766
</div>
2767-
) : selectedOperator === "Bitwise Operator" ? (
2767+
) : selectedOperator === "Bitwise" ? (
27682768
<div className="bg-neutral-800/50 backdrop-blur-sm rounded-lg border border-neutral-700/50 p-6">
27692769
<h3 className="text-xl font-semibold text-white mb-4">
27702770
Bitwise Operators

0 commit comments

Comments
 (0)