Skip to content

Commit d20d9f3

Browse files
authored
Fix punctuation detail
Just if it was not intentional.
1 parent e5a0884 commit d20d9f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12927,7 +12927,7 @@ \section{Prototyping versus planning}
1292712927
An alternative is {\bf designed development}, in which high-level
1292812928
insight into the problem can make the programming much easier. In
1292912929
this case, the insight is that a Time object is really a three-digit
12930-
number in base 60 (see \url{http://en.wikipedia.org/wiki/Sexagesimal}.)! The
12930+
number in base 60 (see \url{http://en.wikipedia.org/wiki/Sexagesimal}). The
1293112931
{\tt second} attribute is the ``ones column'', the {\tt minute}
1293212932
attribute is the ``sixties column'', and the {\tt hour} attribute is
1293312933
the ``thirty-six hundreds column''.

0 commit comments

Comments
 (0)