Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
Update go-interfaces.tex
Browse files Browse the repository at this point in the history
Fix typo: "that a look" => "take a look"
  • Loading branch information
sandesh247 committed Aug 25, 2012
1 parent 23bf3ad commit 8855b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-interfaces.tex
Expand Up @@ -373,7 +373,7 @@ \subsection{Introspection and reflection}

%% look at layout
To make the difference between types and values more clear,
that a look at the following code:
take a look at the following code:
\begin{lstlisting}[caption=Reflection and the type and value]
func show(i interface{}) {
switch t := i.(type) {
Expand Down

0 comments on commit 8855b6c

Please sign in to comment.