Skip to content

Commit 50f49c4

Browse files
refactor: word choice
1 parent de79727 commit 50f49c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/compiler/is_prime_rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ _Using the Miden compiler to write programs in Rust and generate a proof of comp
44

55
## Overview
66

7-
In this guide, we will write a simple Rust program that checks whether an integer is prime. We will compile the Rust program into a Miden package and run it in the Miden VM. We will also see how to use the Miden CLI to generate a STARK proof that the computation was performed correctly.
7+
In this guide, we will write a simple Rust program that checks whether an integer is prime. We will compile the Rust program into a Miden package and run it in the Miden VM. We will also cover how to use the Miden CLI to generate a STARK proof that the computation was performed correctly.
88

99
## What we'll cover
1010

11-
- Writing basic programs in Rust using the Miden compiler.
11+
- Writing basic *pure* programs in Rust using the Miden compiler.
1212
- Running programs in the Miden VM.
1313
- Generating a proof of compuation for the `is_prime` program
1414
- Verifying the STARK proof of the `is_prime` program execution

0 commit comments

Comments
 (0)