the "I don't konw what name to give" name has changed; update the guide to reflect that

closes #1661
This commit is contained in:
Robby Findler 2017-04-13 09:37:00 -05:00
parent b3d3bf7c01
commit e7f68472e5

View File

@ -363,7 +363,7 @@ on a value other than an integer, then the server is to blame.
@; ---------------------------------------------------------------------- @; ----------------------------------------------------------------------
@ctc-section[#:tag "flat-named-contracts"]{Contract Messages with ``tempN''} @ctc-section[#:tag "flat-named-contracts"]{Contract Messages with ``???''}
You wrote your module. You added contracts. You put them into the interface You wrote your module. You added contracts. You put them into the interface
so that client programmers have all the information from interfaces. It's a so that client programmers have all the information from interfaces. It's a
@ -389,7 +389,7 @@ message:
(require 'bank-server) (require 'bank-server)
(deposit -10)] (deposit -10)]
What is the @racketerror{temp7} doing there? Wouldn't it be nice if What is the @racketerror{???} doing there? Wouldn't it be nice if
we had a name for this class of data much like we have string, number, we had a name for this class of data much like we have string, number,
and so on? and so on?