docs: fix typo in previous commit

This commit is contained in:
Eli Schwartz 2023-07-20 14:45:30 -04:00
parent d7acccd36d
commit 1bca73cc37
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ changed. However, `jar()` has a significant number of non-overlapping arguments
from other build_targets, including the kinds of sources it can include. Because from other build_targets, including the kinds of sources it can include. Because
of this crafting a `build_target` that can be used as a Jar and as something of this crafting a `build_target` that can be used as a Jar and as something
else is incredibly hard to do. As such, it has been deprecated, and using else is incredibly hard to do. As such, it has been deprecated, and using
`jar()` directly is recomended. `jar()` directly is recommended.