From a85bfe2fe5b53f8c4260411239c2629668bdf828 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Fri, 18 Feb 2022 13:02:24 +0100 Subject: DOC: Fix error --- doc/handbook/chapters/developer.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/handbook') diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi index e3ff20dcd..5f91a646e 100644 --- a/doc/handbook/chapters/developer.texi +++ b/doc/handbook/chapters/developer.texi @@ -6250,7 +6250,7 @@ by NAMESTORE. Here a client uses the @code{GNUNET_NAMESTORE_zone_iteration_start} function and passes the namestore handle, the zone to iterate over and a callback function to call with the result. -If the client wants to iterate over all the WHAT!? FIXME, it passes NULL for the zone. +To iterate over all the zones, it is possible to pass NULL for the zone. A @code{GNUNET_NAMESTORE_ZoneIterator} handle is returned to be used to continue iteration. -- cgit v1.2.3