From 56dc4f735b58e38598a520451d4c95979745b9ad Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 15 Mar 2024 23:22:11 +0200 Subject: docs(tvix): fix some docstrings Change-Id: Ife599387d0472cd746b992bd6755a2fb6a0e0dc4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11158 Autosubmit: flokli Reviewed-by: Connor Brewster Tested-by: BuildkiteCI --- tvix/eval/src/io.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/eval/src') diff --git a/tvix/eval/src/io.rs b/tvix/eval/src/io.rs index 6589c0dc5c..1c38bc68de 100644 --- a/tvix/eval/src/io.rs +++ b/tvix/eval/src/io.rs @@ -48,7 +48,7 @@ pub trait EvalIO { /// * `builtins.pathExists :: path -> bool` fn path_exists(&self, path: &Path) -> io::Result; - /// Read the file at the specified path to a Vec. + /// Read the file at the specified path to a `Vec`. /// /// This is used for the following language evaluation cases: /// -- cgit 1.4.1