rename divide_body_by_coalition

This commit is contained in:
132nd-Professor
2022-08-15 20:40:39 +02:00
parent 24d50c2c62
commit cfb9b4e8d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ where
Ok((lines, body))
}
pub fn divide_body_by_coalition<S>(body: &[S]) -> Result<Vec<Coalition>>
pub fn get_coalition_per_line<S>(body: &[S]) -> Result<Vec<Coalition>>
where
S: AsRef<str>,
{