Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

Commit 9ee9c00

Browse files
kfinnalexrp
authored andcommitted
Fix outdated documentation for UpdateSourceFiles
cb3fe17 updated the example source code to use `UpdateSourceFiles` instead of `WriteFiles`, but failed to update the English description on the page. This updates the English description.
1 parent 9da13a4 commit 9ee9c00

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

content/en-US/learn/build-system.smd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -415,11 +415,7 @@ zig-out/
415415
It is uncommon, but sometimes the case that a project commits generated files
416416
into version control. This can be useful when the generated files are seldomly updated
417417
and have burdensome system dependencies for the update process, but *only* during the
418-
update process.
419-
420-
For this, **WriteFiles** provides a way to accomplish this task. This is a feature that
421-
[will be extracted from WriteFiles into its own Build Step](https://github.com/ziglang/zig/issues/14944)
422-
in a future Zig version.
418+
update process. **UpdateSourceFiles** provides a way to accomplish this task.
423419

424420
Be careful with this functionality; it should not be used during the normal
425421
build process, but as a utility run by a developer with intention to update

0 commit comments

Comments
 (0)