From 199cdb0ec2a3199c1da07d4b095aee3e0583d1cf Mon Sep 17 00:00:00 2001 From: Owen Troke-Billard Date: Mon, 16 Sep 2024 15:13:08 -0600 Subject: [PATCH] Update documentation --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f46032b..77c9756 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,7 +10,7 @@ //! # Instructions //! //! Create your query and data graphs with [petgraph](https://github.com/petgraph/petgraph) -//! or any library that implements the [Graph] trait. Then, call one of the following +//! or any library that implements the [`Graph`] trait. Then, call one of the following //! functions based on the problem type: //! - Graph isomorphisms: [`isomorphisms`]. //! - Subgraph isomorphisms: [`subgraph_isomorphisms`].