mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
fix comment referring to old filename
Co-authored-by: Michael Nordmeyer <michaelnordmeyer@users.noreply.github.com>
This commit is contained in:
parent
070c5835bf
commit
d5d358247f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ use std::time::SystemTime;
|
||||||
static SIDECAR_FILENAME: &str = ".meta";
|
static SIDECAR_FILENAME: &str = ".meta";
|
||||||
|
|
||||||
/// A struct to store a string of metadata for each file retrieved from
|
/// A struct to store a string of metadata for each file retrieved from
|
||||||
/// sidecar files called `.lang`.
|
/// sidecar files with the name given by `SIDECAR_FILENAME`.
|
||||||
///
|
///
|
||||||
/// These sidecar file's lines should have the format
|
/// These sidecar file's lines should have the format
|
||||||
/// ```text
|
/// ```text
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue