Skip to content

Commit

Permalink
Merge pull request #763 from reinink/patch-1
Browse files Browse the repository at this point in the history
Fix tildes issue caused by extra ticks.
  • Loading branch information
michaelcullum committed May 27, 2016
2 parents 8cc52c2 + 5741cac commit 16e29db
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions proposed/psr-8-hug/psr-8-hug.md
Expand Up @@ -44,7 +44,7 @@ to support and affirm multiple objects at once.

### HuggableInterface

~~~`php
~~~php
namespace Psr\Hug;

/**
Expand All @@ -67,9 +67,9 @@ interface Huggable
*/
public function hug(Huggable $h);
}
~~~`
~~~

~~~`php
~~~php
namespace Psr\Hug;

/**
Expand All @@ -92,5 +92,4 @@ interface GroupHuggable extends Huggable
*/
public function groupHug($huggables);
}
~~~`
~~~

0 comments on commit 16e29db

Please sign in to comment.