Skip to content

Commit e04c03c

Browse files
committed
Fix package name for log.
1 parent d46bac9 commit e04c03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/writing-stages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ can be used, see the
153153
[go-based integration test stage](https://github.com/10XDev/martian-public/blob/master/test/split_test_go/stages/sum_squares/sum_squares.go)
154154
as an example.
155155

156-
Stage code can write to the stage `log` file with `core.Log` and related
156+
Stage code can write to the stage `log` file with `util.Log` and related
157157
methods.
158158

159159
The adapter handles writing the expected output files for the stage through

0 commit comments

Comments
 (0)