Skip to content

Commit a34c4a2

Browse files
KenoKristofferC
authored andcommitted
Two changes from #29360
1 parent 35da4d5 commit a34c4a2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/manual/environment-variables.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ determined by evaluating `ENV["JULIA_EDITOR"]`.
1111

1212
The environment variables that Julia uses generally start with `JULIA`. If
1313
[`InteractiveUtils.versioninfo`](@ref) is called with the keyword `verbose=true`, then the
14-
output will list defined environment variables relevant for Julia, including
15-
those for which `JULIA` appears in the name.
14+
output will list any defined environment variables relevant for Julia,
15+
including those which include `JULIA` in their names.
1616

1717
!!! note
1818

@@ -148,10 +148,10 @@ $(DEPOT_PATH[1])/logs/repl_history.jl
148148

149149
### `JULIA_PKGRESOLVE_ACCURACY`
150150

151-
A positive `Int` that determines how much time the max-sum subroutine
152-
`MaxSum.maxsum()` of the package dependency resolver
153-
will devote to attempting satisfying constraints before giving up: this value is
154-
by default `1`, and larger values correspond to larger amounts of time.
151+
A positive `Int` that determines how much time the package dependency resolver's max-sum
152+
subroutine `MaxSum.maxsum()` will devote to attempting to satisfy constraints before giving
153+
up. This value's default is `1`, with higher values corresponding to longer amounts of
154+
time.
155155

156156
Suppose the value of `$JULIA_PKGRESOLVE_ACCURACY` is `n`. Then
157157

0 commit comments

Comments
 (0)