Skip to content

Commit

Permalink
docs: add new line before tables (#17272)
Browse files Browse the repository at this point in the history
  • Loading branch information
walkingdevel committed Feb 10, 2023
1 parent c003bfd commit 0a742a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/docs.md
Expand Up @@ -935,6 +935,7 @@ mut square := []int{len: 6, init: it * it}
#### Array Types

An array can be of these types:

| Types | Example Definition |
| ------------ | ------------------------------------ |
| Number | `[]int,[]i64` |
Expand Down Expand Up @@ -5299,6 +5300,7 @@ Right now it can be used to detect an OS, compiler, platform or compilation opti
is compiled with `v -g` or `v -cg`.
If you're using a custom ifdef, then you do need `$if option ? {}` and compile with`v -d option`.
Full list of builtin options:

| OS | Compilers | Platforms | Other |
| --- | --- | --- | --- |
| `windows`, `linux`, `macos` | `gcc`, `tinyc` | `amd64`, `arm64` | `debug`, `prod`, `test` |
Expand Down

0 comments on commit 0a742a6

Please sign in to comment.