Skip to content

Commit

Permalink
Update docs/standards/code-comments.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Russell <[email protected]>
  • Loading branch information
deanwhitehouseHO and aaronrussellHO authored Nov 9, 2023
1 parent 9cc1322 commit 78c5996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/standards/code-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ This function takes an integer as input and returns its factorial. The factorial
:return: The factorial of the input integer.
"""
def calculate_factorial(n):
# Factorial calculation logic here
...
```

#### Negative Example
Expand Down

0 comments on commit 78c5996

Please sign in to comment.