Skip to content

Commit

Permalink
fix oversized anti-bug d-man on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Jun 29, 2016
1 parent ca11cca commit 838fd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/contracts.dd
Expand Up @@ -20,7 +20,7 @@ $(SPEC_S Contract Programming,
$(LI handling of contract inheritance)
)

<img src="../images/d4.gif" alt="Contracts make D bug resistant" border="0">
<img src="../images/d4.gif" style="max-width:100%" alt="Contracts make D bug resistant" border="0">

$(P The idea of a contract is simple - it's just an expression that must evaluate to true.
If it does not, the contract is broken, and by definition, the program has a bug in it.
Expand Down

0 comments on commit 838fd29

Please sign in to comment.