Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update concat.mdx #834

Merged
merged 1 commit into from
Jan 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/stacks/clarity/functions/concat.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: concat
description: Concatenating sequences in Clarity smart contracts.
description: Concatenate sequences in Clarity smart contracts.
---

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

## Conclusion

The `concat` function is a versatile tool for combining sequences in Clarity smart contracts. Whether you're working with strings, byte buffers, or lists, `concat` provides a straightforward way to join sequences together. By understanding its behavior and limitations, developers can effectively use `concat` to build dynamic data structures and implement various string and data manipulation operations in their smart contracts.
The `concat` function is a versatile tool for combining sequences in Clarity smart contracts. Whether you're working with strings, byte buffers, or lists, `concat` provides a straightforward way to join sequences together. By understanding its behavior and limitations, you can effectively use `concat` to build dynamic data structures and implement various string and data manipulation operations in your smart contracts.
Loading