From ed1e8a9bc45f98f38813530428424cebfe6dac0a Mon Sep 17 00:00:00 2001 From: Reed Rosenbluth <331327+reedrosenbluth@users.noreply.github.com> Date: Fri, 6 Nov 2020 00:32:05 -0500 Subject: [PATCH] fix: typescript -> javascript --- src/pages/smart-contracts/clarity-values-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/smart-contracts/clarity-values-guide.md b/src/pages/smart-contracts/clarity-values-guide.md index b18914f0..2d3dddc2 100644 --- a/src/pages/smart-contracts/clarity-values-guide.md +++ b/src/pages/smart-contracts/clarity-values-guide.md @@ -1,6 +1,6 @@ --- title: Clarity Values Guide -description: Learn how to deal with Clarity Values in Typescript. +description: Learn how to deal with Clarity Values in Javascript. tags: - tutorial --- @@ -140,4 +140,4 @@ For example, calling `cvToString()` on a `tuple` might yield something like: ``` (tuple (key "value")) -``` \ No newline at end of file +```