mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 23:24:34 +00:00
Janitor: Fix spelling in error message
This commit is contained in:
parent
b8f44ebc9b
commit
eac109d168
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ pub fn generate(show_warnings: bool) -> Result<(), Box<dyn std::error::Error>> {
|
|||
&docs_build_dir,
|
||||
["..", "..", "api", "sixtyfps-cpp", "docs"].iter().collect::<PathBuf>(),
|
||||
)
|
||||
.context("Error symlinking files from docs source to docs build dir")?;
|
||||
.context("Error creating symlinks from docs source to docs build dir")?;
|
||||
|
||||
symlink_dir(["..", "..", "docs"].iter().collect::<PathBuf>(), docs_build_dir.join("markdown"))?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue