Skip to content

Commit b9c3a54

Browse files
committed
chapter 3: fix minor typo
1 parent 583529d commit b9c3a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/thesis/3-tools.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,8 @@ demonstrated in @ch3-default-nix at line 2, we manually enforce a very specific
689689
version of the `pkgs` variable, a specific snapshot of the Nix package
690690
repository that fixes the versions of all packages and libraries. Similarly to
691691
the process outlined in @ch3-docker-build-env for Docker, this approach, known
692-
as "dependency pinning," ensures consistency and reproducibility in the build
693-
environment.
692+
as #emph[dependency pinning], ensures consistency and reproducibility in the
693+
build environment.
694694

695695
#figure(
696696
{

0 commit comments

Comments
 (0)