From 77a778d2e013ca243b5730170e3f6f9bdf420f14 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Sat, 29 Nov 2014 18:02:32 +0100 Subject: [PATCH] docs: Fix simple typo s/ a API/ an API/ Signed-off-by: Martin Kletzander --- docs/internals/rpc.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/rpc.html.in b/docs/internals/rpc.html.in index 627d7aabbc..f2ed64f1c0 100644 --- a/docs/internals/rpc.html.in +++ b/docs/internals/rpc.html.in @@ -597,7 +597,7 @@

Example with buck passing

- In the first example, a second thread issues a API call + In the first example, a second thread issues an API call while the first thread holds the buck. The reply to the first call arrives first, so the buck is passed to the second thread. -- 2.39.5