Skip to content

Commit 935bc0b

Browse files
committed
_content/doc/go1.23: minor format change
For golang/go#65614. Change-Id: Iecdebfaf4e7467734e60f30867ebcf926e31e97b Reviewed-on: https://go-review.googlesource.com/c/website/+/599775 Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 5c2e333 commit 935bc0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_content/doc/go1.23.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ For 386 and amd64, the compiler will use information from PGO to align certain
146146
hot blocks in loops. This improves performance an additional 1-1.5% at
147147
a cost of an additional 0.1% text and binary size. This is currently only implemented
148148
on 386 and amd64 because it has not shown an improvement on other platforms.
149-
Hot block alignment can be disabled with `-gcflags=[<packages>=]-d=alignhot=0`
149+
Hot block alignment can be disabled with `-gcflags=[<packages>=]-d=alignhot=0`.
150150

151151
## Linker {#linker}
152152

@@ -566,7 +566,7 @@ support for previous versions has been discontinued.
566566
### Linux {#linux}
567567

568568
<!-- go.dev/issue/67001 -->
569-
Go 1.23 is the last release that requires Linux kernel version 2.6.32 or later. Go 1.24 will require Linux kernel version 3.17 or later, with an exception that systems running 3.10 or later will continue to be supported if the kernel has been patched to support the getrandom system call.
569+
Go 1.23 is the last release that requires Linux kernel version 2.6.32 or later. Go 1.24 will require Linux kernel version 3.17 or later, with an exception that systems running 3.10 or later will continue to be supported if the kernel has been patched to support the `getrandom` system call.
570570

571571
### OpenBSD {#openbsd}
572572

0 commit comments

Comments
 (0)