diff --git a/src/feature/build.rs b/src/feature/build.rs index c0c02c33..25480476 100644 --- a/src/feature/build.rs +++ b/src/feature/build.rs @@ -41,7 +41,7 @@ use { /// * **NOTE** - To keep processing other sections if an Error occurs in this one, set /// [`Build::skip_if_error`](Build::skip_if_error_mut()) to true. /// * **NOTE** - If the -/// [`SOURCE_BUILD_EPOCH`](https://reproducible-builds.org/docs/source-date-epoch/) environment +/// [`SOURCE_DATE_EPOCH`](https://reproducible-builds.org/docs/source-date-epoch/) environment /// variable is set, vergen will use the value of that variable in place of the current time. /// /// # Example