From bd2a3e7ede22ba6387a59a9087c25b8f604271ab Mon Sep 17 00:00:00 2001 From: Julio <30329843+julio4@users.noreply.github.com> Date: Sun, 5 Jan 2025 08:48:03 +0100 Subject: [PATCH] fix: cairo-builtins.adoc (#1467) --- .../pages/smart-contracts/cairo-builtins.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Starknet/modules/architecture-and-concepts/pages/smart-contracts/cairo-builtins.adoc b/components/Starknet/modules/architecture-and-concepts/pages/smart-contracts/cairo-builtins.adoc index bf8a659312..bb0a09638c 100644 --- a/components/Starknet/modules/architecture-and-concepts/pages/smart-contracts/cairo-builtins.adoc +++ b/components/Starknet/modules/architecture-and-concepts/pages/smart-contracts/cairo-builtins.adoc @@ -31,7 +31,7 @@ For high level Cairo keccak functions that use this builtin internally, see link |Bitwise | Computes the bitwise operations `OR`, `AND`, and `XOR` of two felts. -Used internally when performing bitwise operations using the `|`, `&` and `^` operators. +Used internally when performing bitwise operations using the `\|`, `&` and `^` operators. |EC_OP |Multiplies a point on the STARK curve by a scalar. |===