Bug 1679053 - Fix a typo in the doc r=linter-reviewers,championshuttler,marco DONTBUILD

Fix with:
$ ./mach lint -l codespell --fix

Differential Revision: https://phabricator.services.mozilla.com/D97891
This commit is contained in:
Sylvestre Ledru 2020-11-23 20:19:28 +00:00
Родитель 97196a2329
Коммит 6cc0abebf9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -255,7 +255,7 @@ immediately output symbolized traces. To use it, just set the
environment variable ``ASAN_SYMBOLIZER_PATH`` to reflect the location of
your ``llvm-symbolizer`` binary, before running the process. This
program is usually included in an LLVM distribution. Stacks without
symbols can also be post-processed, see bellow.
symbols can also be post-processed, see below.
.. warning::