@@ -39,7 +39,7 @@ When loading a module, the module system may set module-specific variables in th
...
@@ -39,7 +39,7 @@ When loading a module, the module system may set module-specific variables in th
> module unload foo
> module unload foo
```
```
While this should work, this could still lead to errors. To circumvent this, consider instead unloading all modules at once, using `purge` and the loading only the modules you need.
While this should work, this could still lead to errors. To circumvent this, consider instead unloading all modules at once, using `purge` and subsequently loading only the modules you need.