Skip to content

Commit

Permalink
Update is-some.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
max-crawford authored Jan 17, 2025
1 parent 1f230b8 commit 366b462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/stacks/clarity/functions/is-some.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: is-some
description: Checking if an optional value is some in Clarity smart contracts.
description: Check if an optional value is some in Clarity smart contracts.
---

## Function Signature
Expand Down Expand Up @@ -74,4 +74,4 @@ This example demonstrates:

## Conclusion

The `is-some` function is a fundamental tool for checking optional values in Clarity smart contracts. It allows developers to determine if a value is `some`, enabling robust and comprehensive value handling and validation logic. When used effectively, `is-some` enhances the reliability and maintainability of your smart contract code by ensuring that existing values are detected and handled appropriately.
The `is-some` function is a fundamental tool for checking optional values in Clarity smart contracts. It allows you to determine if a value is `some`, enabling robust and comprehensive value handling and validation logic. When used effectively, `is-some` enhances the reliability and maintainability of your smart contract code by ensuring that existing values are detected and handled appropriately.

0 comments on commit 366b462

Please sign in to comment.