From 7b10abda1d5e7db138b1fc6647d035275771d5f1 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 13 Apr 2024 23:32:11 +0800 Subject: [PATCH] fix: duplicate words --- docs/nix-store/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nix-store/intro.md b/docs/nix-store/intro.md index c75c778..70c8a93 100644 --- a/docs/nix-store/intro.md +++ b/docs/nix-store/intro.md @@ -33,7 +33,7 @@ packages - once a software package is built, it will not change. Because the storage path of the build result is calculated based on all input information of the build process, **the same input information will yield the same storage path**. -This design is also known as the input-addressed model (_Input-addressed Model_). +This design is also known as the _Input-addressed Model_. ### How NixOS Uses the Nix Store