Fix contract docs for departments in scribble/acmart.

(I placed the wrong contract in the docs. The correct one is the one
defined in the module.)
This commit is contained in:
Leif Andersen 2017-05-23 14:22:39 -04:00
parent 71bd7ddae0
commit 4c8ac8e021
No known key found for this signature in database
GPG Key ID: BB90BDDE4DBF7C16
2 changed files with 1 additions and 2 deletions

View File

@ -146,7 +146,7 @@ screen version of the image links to the badge authority.
@defproc[(affiliation
[#:position position (or/c pre-content? #f) #f]
[#:institution institution (or/c pre-content? institution? #f) #f]
[#:institution institution (listof (or/c pre-content? institution?)) '()]
[#:street-address street-address (or/c pre-content? #f) #f]
[#:city city (or/c pre-content? #f) #f]
[#:state state (or/c pre-content? #f) #f]

View File

@ -289,7 +289,6 @@
(define (mk-inst name
#:department? [department? department?]
#:level [level level])
(displayln department?)
(case department?
[(#f) (make-element (make-style "institution" command-props)
(decode-content name))]