Skip to content

Commit 4215c9d

Browse files
docs: singular
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 8f7dacf commit 4215c9d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/examples/functions/rust/assertions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Rust Assertions Example
33
description: An example demonstrating how to write custom assertions in Rust for Juno serverless functions.
44
keywords: [rust, assertion, serverless, functions, juno, satellite, example]
5-
sidebar_label: Assertions
5+
sidebar_label: Assertion
66
---
77

8-
# Rust Assertions Example
8+
# Rust Assertion Example
99

1010
This example demonstrates how to write a **custom assertion** in **Rust** for a Juno **serverless function**. It shows how to intercept and validate data operations—such as rejecting specific content—before it's written to the datastore.
1111

docs/examples/functions/rust/mutating-docs-with-hooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Mutating Documents with Rust Hooks
33
description: An example demonstrating how to modify and re-save documents in Juno Satellites using Rust hooks.
44
keywords: [rust, hooks, serverless, functions, juno, satellite, example]
5-
sidebar_label: Mutations
5+
sidebar_label: Mutation
66
---
77

88
# Mutating Documents with Rust Hooks

0 commit comments

Comments
 (0)