Skip to content

Commit

Permalink
Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 10, 2023
1 parent b0b9660 commit 290335d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rfc-216-use-static-typing-where-available.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ code will be expected to handle.
Where a language either includes support for static typing or where tooling
exists to ensure it, new code we write SHOULD make use of static typing.

Where static typing is used in an interpreted language, any automated test pipeline MUST make sure that
types are checked.
Where static typing is used in an interpreted language, any automated test
pipeline MUST make sure that types are checked.

If an existing project is in a language which supports optional or partial
typing, you MAY choose to add type annotations to some, all or none of the
Expand Down

0 comments on commit 290335d

Please sign in to comment.