diff options
| author | Owen Jacobson <owen.jacobson@grimoire.ca> | 2015-04-13 19:16:27 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen.jacobson@grimoire.ca> | 2015-04-13 19:16:27 -0400 |
| commit | 23600a79b34d80feb75abaf7902b7e92f475eb43 (patch) | |
| tree | 8b6cfc4c616db9ccd6d1bed32cd8cbfc82316549 | |
| parent | d6fe15df6d62dc9ae1c128e1af51bec829ffee4c (diff) | |
Typo fix (thanks, @ashok!)
| -rw-r--r-- | wiki/dev/shutdown-hooks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/dev/shutdown-hooks.md b/wiki/dev/shutdown-hooks.md index bf6b304..1cc5a81 100644 --- a/wiki/dev/shutdown-hooks.md +++ b/wiki/dev/shutdown-hooks.md @@ -1,4 +1,4 @@ -# Falsehoods Programmers Beleive About Shutdown Hooks +# Falsehoods Programmers Believe About Shutdown Hooks Shutdown hooks are language features allowing programs to register callbacks to run during the underlying runtime's orderly teardown. For example: |
