Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/fundamentals/builders.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Using the builders class, you leverage the power of:
4646
When using builders, the Kotlin compiler and the IDE catch errors such as misspelled
4747
operators early on. When using the MongoDB shell or plain Kotlin, you
4848
write operators as strings and get no visual indication of a problem,
49-
pushing these errors to runtime instead of compile time
49+
pushing these errors to runtime instead of compile time.
5050

5151
With the builder classes, you write operators as methods. The IDE
5252
instantly underlines and gives you a red bar on the right indicating

0 commit comments

Comments
 (0)