We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f556cb9 commit f00002eCopy full SHA for f00002e
1 file changed
app/docs/page.tsx
@@ -17,7 +17,7 @@ export default function Docs() {
17
"Array Expression",
18
"Array Query",
19
"Array Update",
20
- "Bitwise Operator",
+ "Bitwise",
21
"Bitwise Query",
22
"Bitwise Update",
23
"Boolean Expression",
@@ -2764,7 +2764,7 @@ async function connect() {
2764
))}
2765
</div>
2766
2767
- ) : selectedOperator === "Bitwise Operator" ? (
+ ) : selectedOperator === "Bitwise" ? (
2768
<div className="bg-neutral-800/50 backdrop-blur-sm rounded-lg border border-neutral-700/50 p-6">
2769
<h3 className="text-xl font-semibold text-white mb-4">
2770
Bitwise Operators
0 commit comments