From 91e1edda4a5955bc8eab057d8686caa9df8a0c07 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 2 Nov 2023 08:22:59 +1300 Subject: [PATCH] Update docs/src/submodules/Bridges/implementation.md --- docs/src/submodules/Bridges/implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/submodules/Bridges/implementation.md b/docs/src/submodules/Bridges/implementation.md index aba4be2a03..3782edd7a4 100644 --- a/docs/src/submodules/Bridges/implementation.md +++ b/docs/src/submodules/Bridges/implementation.md @@ -92,7 +92,7 @@ There are a number of other useful keyword arguments. for common situations like `0.0` and `1.0`. The tests associated with the starting values do not necessarily check for correctness, only that they can be `set` and `get` to produce the same result. - * `print_inner_model` can be used to print the reformulated ouput model from + * `print_inner_model` can be used to print the reformulated output model from the bridge. This is especially helpful during debugging to see what the bridge is doing, and to spot mistakes. It defaults to `false`.