Skip to content

Commit 062603a

Browse files
committed
fix: fix a mermaid graph literal
1 parent e08a3a0 commit 062603a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/create-commands/arguments/types/map-arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Similar to the `ListArgument`, this argument also uses a builder class to constr
1717

1818
```mermaid
1919
graph TD
20-
A(Create a MapArgumentBuilder<br/>possibly provide the delimiter or separator) --> B(Provide the mapper from a string to an object of the provided key type)
20+
A(Create a MapArgumentBuilder and possibly provide the delimiter or separator) --> B(Provide the mapper from a string to an object of the provided key type)
2121
B --> C(Provide the mapper from a string to an object of the provided value type)
2222
C --> D(Provide the list with keys to pull suggestions from)
2323
D --> E(Provide the list with values to pull suggestions from)

0 commit comments

Comments
 (0)