We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7112803 commit 268b18aCopy full SHA for 268b18a
rust/api/src/lib.rs
@@ -11,7 +11,7 @@
11
12
/// Contains interface for authorizer that is run before every request, and its corresponding implementations.
13
pub mod auth;
14
-/// Implements the error type ([`error::VssError`]) which is eventually converted to [`ErrorResponse`] and returned to client.
+/// Implements the error type ([`error::VssError`]) which is eventually converted to [`ErrorResponse`] and returned to the client.
15
///
16
/// [`ErrorResponse`]: crate::types::ErrorResponse
17
pub mod error;
0 commit comments