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.