Skip to content

Commit

Permalink
Merge pull request #1402 from wilzbach/fix_bug_dman
Browse files Browse the repository at this point in the history
fix oversized anti-bug d-man on mobile
  • Loading branch information
dnadlinger committed Jun 29, 2016
2 parents ca11cca + 838fd29 commit 6954ae5
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 6954ae5

Please sign in to comment.