Skip to content

Commit

Permalink
docs: small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed May 8, 2024
1 parent 8029db2 commit d39aa57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/intro/yara_vs_yara-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ rule bitcoin_address {
}
```

The rule above is very slow in YARA. In fact, YARA complains about it with
warning like this:
The rule above is very slow in YARA. In fact, YARA complains about this rule
with a warning like:

```
warning: rule "bitcoin_address" in bitcoin.yar(3): string "$btc" may slow down scanning
Expand Down

0 comments on commit d39aa57

Please sign in to comment.