summaryrefslogtreecommitdiff
path: root/design_notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'design_notes.txt')
-rw-r--r--design_notes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/design_notes.txt b/design_notes.txt
index 9004090..f559c7c 100644
--- a/design_notes.txt
+++ b/design_notes.txt
@@ -9,7 +9,7 @@ package structure:
-Ada.Containers.Directed_Graphs
+Directed_Graphs
- generic over discrete node type, array of node type, node label type, edge label type
- implemented using the adjacancy list method
- allows both nodes and edges to be labeled, one arbitrary type for each