mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +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";
|
||||
|
||||
/// 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
|
||||
/// ```text
|
||||
|
|
|
|||
Loading…
Reference in a new issue