Skip to content

Commit

Permalink
sphinx-doc: Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz authored and cdecker committed Mar 14, 2018
1 parent 545745d commit 0ab7cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Memory Management
`tal` allocate memory for the given `type` as a child of the given
`ctx`. That means that a future call to `tal_free(ctx)` or one of
the parents of `ctx` will cascade and free this allocation. In the
rate case of not having a parent context from which to allocate
rare case of not having a parent context from which to allocate
from, you can pass in `NULL` as `ctx` to create a new rooted tree of
allocations.

Expand Down

0 comments on commit 0ab7cbd

Please sign in to comment.