Skip to content

Commit 268b18a

Browse files
committed
fixup! Add Vss KVStore api.
1 parent 7112803 commit 268b18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/api/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/// Contains interface for authorizer that is run before every request, and its corresponding implementations.
1313
pub mod auth;
14-
/// Implements the error type ([`error::VssError`]) which is eventually converted to [`ErrorResponse`] and returned to client.
14+
/// Implements the error type ([`error::VssError`]) which is eventually converted to [`ErrorResponse`] and returned to the client.
1515
///
1616
/// [`ErrorResponse`]: crate::types::ErrorResponse
1717
pub mod error;

0 commit comments

Comments
 (0)