Skip to content

Commit 0aa93e3

Browse files
sciproskViralBShah
andauthored
fix missing punctuation in docs (#50126)
* fix missing punctuation * Update types.md --------- Co-authored-by: Viral B. Shah <ViralBShah@users.noreply.github.com>
1 parent 9d1ac97 commit 0aa93e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/manual/types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ kinds of programming, however, become clearer, simpler, faster and more robust w
5757
The `::` operator can be used to attach type annotations to expressions and variables in programs.
5858
There are two primary reasons to do this:
5959

60-
1. As an assertion to help confirm that your program works the way you expect,
60+
1. As an assertion to help confirm that your program works the way you expect, and
6161
2. To provide extra type information to the compiler, which can then improve performance in some
62-
cases
62+
cases.
6363

6464
When appended to an expression computing a value, the `::` operator is read as "is an instance
6565
of". It can be used anywhere to assert that the value of the expression on the left is an instance

0 commit comments

Comments
 (0)