From 42585e0886430043e8eff9bdb636e8cb02f3c09a Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sun, 24 May 2020 13:10:30 +0200 Subject: [PATCH] Fix bad name --- src/api_data/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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