We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01c706 commit 4d4146cCopy full SHA for 4d4146c
source/fundamentals/builders.txt
@@ -46,7 +46,7 @@ Using the builders class, you leverage the power of:
46
When using builders, the Kotlin compiler and the IDE catch errors such as misspelled
47
operators early on. When using the MongoDB shell or plain Kotlin, you
48
write operators as strings and get no visual indication of a problem,
49
-pushing these errors to runtime instead of compile time
+pushing these errors to runtime instead of compile time.
50
51
With the builder classes, you write operators as methods. The IDE
52
instantly underlines and gives you a red bar on the right indicating
0 commit comments