Mark os.is as deprecated

This commit is contained in:
Thomas Hope 2022-09-09 11:49:42 +01:00
parent 131713fc60
commit eea401a49d

View File

@ -1,3 +1,7 @@
:::caution
**This function has been deprecated.** Use [os.target()](os.target.md) or [os.host()](os.host.md) instead.
:::
Checks the current operating system identifier against a particular value.
```lua