Skip to content

Commit 77d3d30

Browse files
authored
fix compat doc
#41085 was not released in Julia 1.7, and only appears in Julia 1.8.
1 parent 2d472c6 commit 77d3d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/Printf/src/Printf.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,8 +880,8 @@ julia> @printf "%.0f %.1f %f" 0.5 0.025 -0.0078125
880880
0 0.0 -0.007812
881881
```
882882
883-
!!! compat "Julia 1.7"
884-
Starting in Julia 1.7, `%s` (string) and `%c` (character) widths are computed
883+
!!! compat "Julia 1.8"
884+
Starting in Julia 1.8, `%s` (string) and `%c` (character) widths are computed
885885
using [`textwidth`](@ref), which e.g. ignores zero-width characters
886886
(such as combining characters for diacritical marks) and treats certain
887887
"wide" characters (e.g. emoji) as width `2`.

0 commit comments

Comments
 (0)