We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01155e1 commit 5cb3f3fCopy full SHA for 5cb3f3f
doc/src/devdocs/init.md
@@ -220,7 +220,7 @@ the stack now rapidly unwinds back to `main()`.
220
## `jl_atexit_hook()`
221
222
`main()` calls [`jl_atexit_hook()`](https://github.com/JuliaLang/julia/blob/master/src/init.c).
223
-This calls `_atexit` for each module, then calls [`jl_gc_run_all_finalizers()`](https://github.com/JuliaLang/julia/blob/master/src/gc.c)
+This calls `Base._atexit`, then calls [`jl_gc_run_all_finalizers()`](https://github.com/JuliaLang/julia/blob/master/src/gc.c)
224
and cleans up libuv handles.
225
226
## `julia_save()`
0 commit comments