about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-12-21T15·25+0200
committerclbot <clbot@tvl.fyi>2023-12-21T16·43+0000
commit6838dc3fff218a6d7904bb4a5b3c62a2eb3e89fc (patch)
treeaccf1d109e6df37dcf5ed444f4b62ccf9b9049f9
parentca0a8f560359708fe6a1772707c8dc238a27acd1 (diff)
docs(tvix/glue): fix docstring r/7244
This is not an unclosed <html> tag.

Change-Id: I2bd2426fc600de2d96dbab47743f1c7bd5fed35e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10398
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: edef <edef@edef.eu>
-rw-r--r--tvix/glue/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/glue/src/lib.rs b/tvix/glue/src/lib.rs
index 805f16d04b..2b36a0b890 100644
--- a/tvix/glue/src/lib.rs
+++ b/tvix/glue/src/lib.rs
@@ -5,7 +5,7 @@ pub mod tvix_build;
 pub mod tvix_io;
 pub mod tvix_store_io;
 
-/// Tell the Evaluator to resolve <nix> to the path `/__corepkgs__`,
+/// Tell the Evaluator to resolve `<nix>` to the path `/__corepkgs__`,
 /// which has special handling in [tvix_io::TvixIO].
 /// This is used in nixpkgs to import `fetchurl.nix` from `<nix>`.
 pub fn configure_nix_path(eval: &mut tvix_eval::Evaluation, nix_search_path: &Option<String>) {