File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
exercises/practice/dot-dsl/.docs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Write a Domain Specific Language similar to the Graphviz dot language.
2222Our DSL is similar to the Graphviz dot language in that our DSL will be used to create graph data structures.
2323However, unlike the DOT Language, our DSL will be an internal DSL for use only in our language.
2424
25- More information about the difference between internal and external DSLs can be found in [ this article ] [ fowler-dsl ] .
25+ More information about the difference between internal and external DSLs can be found [ here ] [ fowler-dsl ] .
2626
2727[ dsl ] : https://en.wikipedia.org/wiki/Domain-specific_language
2828[ dot-language ] : https://en.wikipedia.org/wiki/DOT_(graph_description_language)
You can’t perform that action at this time.
0 commit comments