From 2e0fff66b5967cdf4f73dfb71c124da6c735f444 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 15 Oct 2010 17:49:28 +0200 Subject: s/format/formats/ it is an array --- uml/api.dot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uml/api.dot') diff --git a/uml/api.dot b/uml/api.dot index 43d92ca..1b81647 100644 --- a/uml/api.dot +++ b/uml/api.dot @@ -3,10 +3,10 @@ digraph { node [shape=record]; "Method" - [label="{\N|authentication : boolean\lbase_url : string\ldescription : string\lexpected_status : table<number>\lformat : table<string>\lmethod : string\loptional_params : table<string>\lpath : string\lrequired_params : table<string>\l}"]; + [label="{\N|authentication : boolean\lbase_url : string\ldescription : string\lexpected_status : table<number>\lformats : table<string>\lmethod : string\loptional_params : table<string>\lpath : string\lrequired_params : table<string>\l}"]; "API" - [label="{\N|authentication : boolean\lauthority : string\lbase_url : string\ldescription : string\lformat : table<string>\lmeta : table<string,string>\lmethods : table<string,Method>\lname : string\lversion : string\l}"]; + [label="{\N|authentication : boolean\lauthority : string\lbase_url : string\ldescription : string\lformats : table<string>\lmeta : table<string,string>\lmethods : table<string,Method>\lname : string\lversion : string\l}"]; "API" -> "Method" // attr isa table [label = "methods", arrowhead = none, arrowtail = odiamond]; -- cgit v1.2.3