Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demos/diff.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <H3>Post-diff cleanup:</H3>
<LABEL FOR="efficiency">Efficiency Cleanup</LABEL>,
edit cost: <INPUT TYPE="text" SIZE=3 MAXLENGTH=5 VALUE="4" ID="editcost">
<DD>Increase computational efficiency by factoring out short commonalities which are
not worth the overhead. The larger the edit cost, the more agressive the cleanup.</DD>
not worth the overhead. The larger the edit cost, the more aggressive the cleanup.</DD>
<DT><INPUT TYPE="radio" NAME="cleanup" ID="raw">
<LABEL FOR="raw">No Cleanup</LABEL></DT>
<DD>Raw output.</DD>
Expand Down