Skip to content

Commit

Permalink
Fix punctuation detail
Browse files Browse the repository at this point in the history
Just if it was not intentional.
  • Loading branch information
espinoza authored Nov 21, 2020
1 parent e5a0884 commit d20d9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12927,7 +12927,7 @@ \section{Prototyping versus planning}
An alternative is {\bf designed development}, in which high-level
insight into the problem can make the programming much easier. In
this case, the insight is that a Time object is really a three-digit
number in base 60 (see \url{http://en.wikipedia.org/wiki/Sexagesimal}.)! The
number in base 60 (see \url{http://en.wikipedia.org/wiki/Sexagesimal}). The
{\tt second} attribute is the ``ones column'', the {\tt minute}
attribute is the ``sixties column'', and the {\tt hour} attribute is
the ``thirty-six hundreds column''.
Expand Down

0 comments on commit d20d9f3

Please sign in to comment.