Skip to content

Commit 65915fd

Browse files
committed
update state machine script too
1 parent 94d6f3b commit 65915fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/structure.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This script generates the `docs/internals.md` file, that mainly contains the
1+
# This script generates the `docs/state-machine.md` file, that mainly contains the
22
# state machine diagram that we can automatically generate from the code.
33
import PkgAuthentication
44
import InteractiveUtils, Markdown, TextWrap
@@ -7,7 +7,7 @@ import InteractiveUtils, Markdown, TextWrap
77
# first, so that we wouldn't end up with a partial file if there is some error.
88
buffer = let buffer = IOBuffer(write=true)
99
write(buffer, """
10-
# Internal implementation notes
10+
# Internal State Machine
1111
1212
The authentication control flow is implemented as the following state machine, starting from the `NeedAuthentication`
1313
state (or `NoAuthentication` if `force=true` is passed to `authenticate`), and finishing in either `Success` or `Failure`.

0 commit comments

Comments
 (0)