Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed May 18, 2023
1 parent c5238f1 commit 610f9e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
jobs:
test:
name: test
name: Test
env:
CARGO_TERM_COLOR: always
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions yara-x/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ homepage.workspace = true
rust-version.workspace = true

[features]
# Enables constant folding. When costant folding is enabled, expressions
# Enables constant folding. When constant folding is enabled, expressions
# like `2+2+2` and `true or false`, whose value can be determined at compile
# time, will be reduced to its final value, instead of producing cod that
# time, will be reduced to its final value, instead of producing code that
# actually computes the expression.
constant-folding = []

Expand Down

0 comments on commit 610f9e2

Please sign in to comment.