From a6d8380e1983907118c351706af04f24c407870d Mon Sep 17 00:00:00 2001 From: Agustin Borgna Date: Tue, 11 Jun 2024 09:27:23 +0100 Subject: [PATCH] typo --- tket2/src/serialize/guppy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tket2/src/serialize/guppy.rs b/tket2/src/serialize/guppy.rs index f7cc84ee..491d8501 100644 --- a/tket2/src/serialize/guppy.rs +++ b/tket2/src/serialize/guppy.rs @@ -35,7 +35,7 @@ pub fn load_guppy_json_reader( find_function(hugr, function) } -/// Looks from the required function in a HUGR compiled from a guppy module. +/// Looks for the required function in a HUGR compiled from a guppy module. /// /// Guppy functions are compiled into a root module, with each function as a `FuncDecl` child. /// Each `FuncDecl` contains a `CFG` operation that defines the function.