data/structures: typo update

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2021-02-28 18:52:46 +01:00
parent 9fba66d8a6
commit a4a09bc37c

View File

@@ -241,7 +241,7 @@ pub struct PolicyDataList {
/// implements the helper methods, to manage policy data collections.
impl PolicyDataList {
/// Prüfung ob Versicherungselemente .
/// Prüfung auf Versicherungselemente
pub fn is_empty(&self) -> bool {
self.policy_data.is_empty()
}