Skip to content

Commit b6e0669

Browse files
committed
w
1 parent ebdfaab commit b6e0669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/why-compile-time-evaluation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Using const generic items from different libraries should work without issues.
3636

3737
Reading or writing code which can be used at compile time should ideally not be more complex
3838
than writing other code. Requiring a lot of weird trait bounds or other hacks should be avoided as much as possible.
39-
Supporting compile time evaluation should not worsen the experience of users, especially for beginners using this code.
39+
Supporting compile time evaluation should not worsen the experience of users, especially for beginners.
4040

4141
## Reliable: "if it passes `cargo check`, it works"
4242

0 commit comments

Comments
 (0)