Skip to content

Commit

Permalink
Merge pull request #216 from illinois-cs241/ayushr2-patch-1
Browse files Browse the repository at this point in the history
Networking Grading Clarification
  • Loading branch information
ayushr2 authored Apr 30, 2020
2 parents d86dc48 + e78dd9a commit f0cd4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/networking_mp.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ part1_final = part1_orig
if part1_orig > 0:
part1_final = max(part1_orig, part3)
part2_final = part2_orig
part2_final = min(100, part2_orig * 2)
if part2_orig > 0:
part2_final = max(part2_orig, part3)
Expand Down

0 comments on commit f0cd4bd

Please sign in to comment.