From 554f0e004477e503106890bf9ac14c4ef90e1b18 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Sun, 8 Feb 2026 08:04:49 -0500 Subject: [PATCH] . --- docs/nomenclature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nomenclature.md b/docs/nomenclature.md index 1b9425e..d60875a 100644 --- a/docs/nomenclature.md +++ b/docs/nomenclature.md @@ -1,4 +1,4 @@ -We use `Call` and `Result` for our own types that wrap `Request` and +diachron uses `Call` and `Result` for its own types that wrap `Request` and `Response`. This hopefully will make things less confusing and avoid problems with shadowing.