Browse Source

fix: typescript -> javascript

fix/bump-version-redirects
Reed Rosenbluth 4 years ago
parent
commit
ab908570d2
  1. 4
      src/pages/smart-contracts/clarity-values-guide.md

4
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"))
```
```

Loading…
Cancel
Save