docs: fix doc linter warnings (#17818)
This commit is contained in:
parent
33fd20047c
commit
f901170a4f
4 changed files with 11 additions and 8 deletions
|
@ -205,9 +205,12 @@ that all statistics are reported in Kilobytes.
|
|||
Returns `String` - The version of the host operating system.
|
||||
|
||||
Examples:
|
||||
- macOS: `10.13.6`
|
||||
- Windows: `10.0.17763`
|
||||
- Linux: `4.15.0-45-generic`
|
||||
|
||||
| Platform | Version |
|
||||
|----------|---------|
|
||||
| macOS | `10.13.6` |
|
||||
| Windows | `10.0.17763` |
|
||||
| Linux | `4.15.0-45-generic` |
|
||||
|
||||
**Note:** It returns the actual operating system version instead of kernel version on macOS unlike `os.release()`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue