From cec62ece55d484c8e558a0b70d02dfcb86bf10b4 Mon Sep 17 00:00:00 2001 From: "Hoa \"Rin\" Nguyen" Date: Fri, 13 Dec 2024 14:52:44 +1100 Subject: [PATCH] fix(docs): fix JS example reference in docs/docs/2.build/2.smart-contracts/anatomy/collections.md --- .../2.smart-contracts/anatomy/collections.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/2.build/2.smart-contracts/anatomy/collections.md b/docs/2.build/2.smart-contracts/anatomy/collections.md index 00537099204..8ecf351ae91 100644 --- a/docs/2.build/2.smart-contracts/anatomy/collections.md +++ b/docs/2.build/2.smart-contracts/anatomy/collections.md @@ -186,7 +186,7 @@ All structures need to be initialized using a **unique `prefix`**, which will be + start="6" end="25" /> :::tip @@ -239,7 +239,7 @@ Implements a [vector/array](https://en.wikipedia.org/wiki/Array_data_structure) + start="48" end="73" /> + start="111" end="131" /> + start="132" end="152" /> + url="https://github.com/near-examples/storage-examples/blob/main/collections-js/src/contract.ts" start="74" end="89" /> @@ -317,7 +317,7 @@ Implements a [map/dictionary](https://en.wikipedia.org/wiki/Associative_array) w + start="90" end="110" /> + url="https://github.com/near-examples/storage-examples/blob/main/collections-js/src/contract.ts" start="153" end="196"/>