Commit 26471c2
authored
Use simply
In the docs for `JobArgsWithKindAliases` we walk through an example of
renaming `old_name` to `new_name`, but in the phase where aliases are
added, we have the old name `old_name_still_recognized`.
As I writing up docs for renaming jobs, this didn't really feel like it
made much sense to me. We're supposed to be showing that `old_name` gets
moved into `KindAliases`, but if `old_name` changes to something else,
it defeats the clarity of the example such that it doesn't make all that
much sense anymore.
Here, use `old_name` in `KindAliases` instead.old_name in job rename example (#897)1 parent d04b82a commit 26471c2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments