diff --git a/src/api_data/mod.rs b/src/api_data/mod.rs index a0433ab..da1ad70 100644 --- a/src/api_data/mod.rs +++ b/src/api_data/mod.rs @@ -1,5 +1,5 @@ ///! # Presentation -///! This crate contains all the serializable structures that can be sent through the API to the +///! This module contains all the serializable structures that can be sent through the API to the ///! Clients ///! ///! ## Author