Skip to content

Commit

Permalink
[#6032] fix link to ROT13 description
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Feb 10, 2016
1 parent c00626c commit 0103364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/dependency_injection/autowiring.rst
Expand Up @@ -13,8 +13,8 @@ typehint which is useful in the field of `Rapid Application Development`_,
when designing prototypes in early stages of large projects. It makes it easy
to register a service graph and eases refactoring.

Imagine you're building an API to publish statuses on a Twitter feed, which
has to be obfuscated with ``ROT13`` (a special case of the Caesar cipher).
Imagine you're building an API to publish statuses on a Twitter feed, obfuscated
with `ROT13`_ (a special case of the Caesar cipher).

Start by creating a ROT13 transformer class::

Expand Down

0 comments on commit 0103364

Please sign in to comment.