Skip to content

Commit bdc11d6

Browse files
committed
Typo
1 parent 749b470 commit bdc11d6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/reference/target-declaration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A target specification may have optional parameters, the names and values of whi
4242
- [**protobufs**](#protobufs): An array of .proto files that are to be compiled and included in the generated code.
4343
- [**runtime-version**](#runtime-version): Specify which version of the runtime system to use.
4444
- [**rust-include**](#rust-include): (Rust only) A set of Rust modules in the generated project.
45-
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to us.
45+
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to use.
4646
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](#single-file-layout).
4747
- [**single-threaded**](#single-threaded): Specify to not use multithreading.
4848
- [**timeout**](#timeout): A time value (with units) specifying the logical stop time of execution. See [Termination](../writing-reactors/termination.mdx).

versioned_docs/version-0.5.0/reference/target-declaration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A target specification may have optional parameters, the names and values of whi
4343
- [**protobufs**](#protobufs): An array of .proto files that are to be compiled and included in the generated code.
4444
- [**runtime-version**](#runtime-version): Specify which version of the runtime system to use.
4545
- [**rust-include**](#rust-include): (Rust only) A set of Rust modules in the generated project.
46-
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to us.
46+
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to use.
4747
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](#single-file-layout).
4848
- [**threading**](#threading): Whether to use multiple threads.
4949
- [**timeout**](#timeout): A time value (with units) specifying the logical stop time of execution. See [Termination](../writing-reactors/termination.mdx).

versioned_docs/version-0.6.0/reference/target-declaration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A target specification may have optional parameters, the names and values of whi
4242
- [**protobufs**](#protobufs): An array of .proto files that are to be compiled and included in the generated code.
4343
- [**runtime-version**](#runtime-version): Specify which version of the runtime system to use.
4444
- [**rust-include**](#rust-include): (Rust only) A set of Rust modules in the generated project.
45-
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to us.
45+
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to use.
4646
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](#single-file-layout).
4747
- [**single-threaded**](#single-threaded): Specify to not use multithreading.
4848
- [**timeout**](#timeout): A time value (with units) specifying the logical stop time of execution. See [Termination](../writing-reactors/termination.mdx).

versioned_docs/version-0.7.0/reference/target-declaration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A target specification may have optional parameters, the names and values of whi
4242
- [**protobufs**](#protobufs): An array of .proto files that are to be compiled and included in the generated code.
4343
- [**runtime-version**](#runtime-version): Specify which version of the runtime system to use.
4444
- [**rust-include**](#rust-include): (Rust only) A set of Rust modules in the generated project.
45-
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to us.
45+
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to use.
4646
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](#single-file-layout).
4747
- [**single-threaded**](#single-threaded): Specify to not use multithreading.
4848
- [**timeout**](#timeout): A time value (with units) specifying the logical stop time of execution. See [Termination](../writing-reactors/termination.mdx).

versioned_docs/version-0.8.0/reference/target-declaration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A target specification may have optional parameters, the names and values of whi
4242
- [**protobufs**](#protobufs): An array of .proto files that are to be compiled and included in the generated code.
4343
- [**runtime-version**](#runtime-version): Specify which version of the runtime system to use.
4444
- [**rust-include**](#rust-include): (Rust only) A set of Rust modules in the generated project.
45-
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to us.
45+
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to use.
4646
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](#single-file-layout).
4747
- [**single-threaded**](#single-threaded): Specify to not use multithreading.
4848
- [**timeout**](#timeout): A time value (with units) specifying the logical stop time of execution. See [Termination](../writing-reactors/termination.mdx).

versioned_docs/version-0.9.0/reference/target-declaration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A target specification may have optional parameters, the names and values of whi
4242
- [**protobufs**](#protobufs): An array of .proto files that are to be compiled and included in the generated code.
4343
- [**runtime-version**](#runtime-version): Specify which version of the runtime system to use.
4444
- [**rust-include**](#rust-include): (Rust only) A set of Rust modules in the generated project.
45-
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to us.
45+
- [**scheduler**](#scheduler): (C only) Specification of the scheduler to use.
4646
- [**single-file-project**](#single-file-project): (Rust only) If true, enables [single-file project layout](#single-file-layout).
4747
- [**single-threaded**](#single-threaded): Specify to not use multithreading.
4848
- [**timeout**](#timeout): A time value (with units) specifying the logical stop time of execution. See [Termination](../writing-reactors/termination.mdx).

0 commit comments

Comments
 (0)