Change collection and doc names

This commit is contained in:
Jack Firth 2015-07-06 20:50:45 -07:00
parent 2bcacfb0ab
commit 60c0c9d753

View File

@ -1,4 +1,4 @@
#lang info
(define name "lenses")
(define scribblings '(("main.scrbl" () (library) "lenses")))
(define name "lens")
(define scribblings '(("main.scrbl" () (library) "lens")))