diff --git a/docs/markdown/snippets/find_library_name.md b/docs/markdown/snippets/find_library_name.md index 2ee60b106..e7b0e1a5b 100644 --- a/docs/markdown/snippets/find_library_name.md +++ b/docs/markdown/snippets/find_library_name.md @@ -1,5 +1,5 @@ ## dependencies created by compiler.find_library implement the `name()` method -Previously, for a [[dep]] that might be returned by either [[dependency]] or +Previously, for a [[@dep]] that might be returned by either [[dependency]] or [[compiler.find_library]], the method might or might not exist with no way of telling.