DEVEX-2356: Fixing typos in oo-tutorial.

This commit is contained in:
Matt Butcher
2012-04-09 16:21:25 -05:00
parent 83145d8ba4
commit b074da9d0d

View File

@@ -65,7 +65,7 @@ look at [the PHP documentation](http://us3.php.net/manual/en/language.namespaces
or you may just prefer to keep on reading and learn by example. We don't or you may just prefer to keep on reading and learn by example. We don't
do anything really fancy with namespaces. do anything really fancy with namespaces.
**In this document, we sometimes replace the backslash (\) with double **In this document, we sometimes replace the backslash (\\) with double
colons (`::`) so that links are automatically generated.** So colons (`::`) so that links are automatically generated.** So
`\HPCloud\Bootstrap` may appear as HPCloud::Bootstrap. The reason for `\HPCloud\Bootstrap` may appear as HPCloud::Bootstrap. The reason for
this is [explained elsewhere](@ref styleguide). this is [explained elsewhere](@ref styleguide).
@@ -227,7 +227,7 @@ dumping it with `var_dump()`, should you so desire.
At this point, we have what we need from Identity Services. It's time to At this point, we have what we need from Identity Services. It's time to
look at Object Storage. look at Object Storage.
### IdentityServices in a Nushell ### IdentityServices in a Nutshell
Instances of HPCloud::Services::IdentityServices are responsible for: Instances of HPCloud::Services::IdentityServices are responsible for: