From ff11f1798da45949cc8aecf7570239fef534d7ad Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Tue, 7 May 2013 19:01:59 +0100 Subject: [PATCH] Fix typo. Copied from Perforce Change: 181591 ServerID: perforce.ravenbrook.com --- mps/manual/source/guide/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/manual/source/guide/advanced.rst b/mps/manual/source/guide/advanced.rst index d6fd1ba163b..f65de503e9e 100644 --- a/mps/manual/source/guide/advanced.rst +++ b/mps/manual/source/guide/advanced.rst @@ -364,7 +364,7 @@ actually test that ``key`` appears in the table, not just that some key with the same hash does.) When a table is rehashed, call :c:func:`mps_ld_reset` to clear the -location dependency, and the :c:func:`mps_ld_add` for each key before it is added back to the table. +location dependency, and then :c:func:`mps_ld_add` for each key before it is added back to the table. .. note::