mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-08 21:02:25 -05:00
fix(curriculum): add a closing parenthesis (#46803)
fix: add a closing parenthesis
This commit is contained in:
@@ -68,7 +68,7 @@ The function will return the correct conversion if the supplied problems are pro
|
||||
- Each operand (aka number on each side of the operator) has a max of four digits in width. Otherwise, the error string returned will be:
|
||||
`Error: Numbers cannot be more than four digits.`
|
||||
- If the user supplied the correct format of problems, the conversion you return will follow these rules:
|
||||
- There should be a single space between the operator and the longest of the two operands, the operator will be on the same line as the second operand, both operands will be in the same order as provided (the first will be the top one and the second will be the bottom.
|
||||
- There should be a single space between the operator and the longest of the two operands, the operator will be on the same line as the second operand, both operands will be in the same order as provided (the first will be the top one and the second will be the bottom).
|
||||
- Numbers should be right-aligned.
|
||||
- There should be four spaces between each problem.
|
||||
- There should be dashes at the bottom of each problem. The dashes should run along the entire length of each problem individually. (The example above shows what this should look like.)
|
||||
|
||||
Reference in New Issue
Block a user