Skip to content

Commit 17df7e2

Browse files
committed
fix typo.
1 parent ff16c1f commit 17df7e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If the ~ID~ is a symbol, it will be converted to a lowercase DOT symbol in order
5656
generated DOT file.
5757

5858
* Exported Functions
59-
This library created a new package named as ~:dot~, and it exports the following functions to
59+
This library created a new package named as ~s-graphviz~, and it exports the following functions to
6060
convert the S-Graphviz expression to a file can be read as the DOT Language.
6161
** format-graph
6262
This function accepts an S-expression and a keyword ~:stream~.

s-graphviz.asd

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:version "2.0"
1414
:licence "MIT"
1515
:serial t
16-
:description "a s-expression presentation of GraphViz DOT language"
16+
:description "An s-expression presentation of GraphViz DOT language"
1717
:defsystem-depends-on ("literate-lisp")
1818
:depends-on ((:version :iterate "1.5"))
1919
:components ((:module :demo :pathname "./"

0 commit comments

Comments
 (0)