Skip to content

Commit d3c4475

Browse files
authored
Fix formatting of warning admonition (#4498)
1 parent 10fc112 commit d3c4475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/creating-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ projects = ["test"]
310310

311311
When using workspaces, the package manager resolves dependencies for all projects in the workspace together, and creates a single `Manifest.toml` next to the base `Project.toml`. This provides better dependency resolution and makes it easier to manage test-specific dependencies.
312312

313-
!!! warning
314-
Unlike some earlier test dependency workflows, this one explicitly requires adding `HelloWorld` (the parent package) to your `test/Project.toml`.
313+
!!! info
314+
Unlike some earlier test dependency workflows, this one explicitly requires adding `HelloWorld` (the parent package) to your `test/Project.toml`.
315315

316316
You can now use `Test` in the test script:
317317

0 commit comments

Comments
 (0)