Skip to content

Commit e0f8b17

Browse files
committed
Fix doc comment
1 parent 53f2877 commit e0f8b17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input/asset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct AssetRaw {
3535
///
3636
/// # Returns
3737
///
38-
/// A `HashMap` containing assets grouped by agent ID.
38+
/// A `Vec` of [`Asset`]s or an error.
3939
pub fn read_assets(
4040
model_dir: &Path,
4141
agent_ids: &IndexSet<AgentID>,

0 commit comments

Comments
 (0)