Skip to content

Commit

Permalink
Merge pull request #352 from burenkov-anton/lt-gt-fix
Browse files Browse the repository at this point in the history
lt-gt fix
  • Loading branch information
fey committed Jun 17, 2020
2 parents 4db2bd3 + ea228f2 commit 42cdeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/exercise/listing/2_73.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(deriv (multiplicand exp) var))
(make-product (deriv (multiplier exp) var)
(multiplicand exp))))
<more rules can be added here>
&lt;more rules can be added here&gt;
(else (error "unknown expression type -- DERIV" exp))))
</code></pre>
<p>{{ __('exercises/2_73.description.2') }}</p>
Expand Down

0 comments on commit 42cdeb0

Please sign in to comment.