Update classDiagram.md

This commit is contained in:
Justin Greywolf 2023-08-28 06:20:49 -07:00 committed by GitHub
parent 6aa20ed64b
commit efa6cb3434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -786,11 +786,11 @@ It is possible to apply specific styles such as a thicker border or a different
Then attaching that class to a specific node:
cssClass "nodeId1" styleClass;
cssClass "nodeId1" styleClass
It is also possible to attach a class to a list of nodes in one statement:
cssClass "nodeId1,nodeId2" styleClass;
cssClass "nodeId1,nodeId2" styleClass
A shorter form of adding a class is to attach the classname to the node using the `:::` operator: