rethinkdb / docs

RethinkDB documentation
http://rethinkdb.com/docs
Apache License 2.0
117 stars 167 forks source link

Use actual method name #1300

Closed Andre601 closed 3 years ago

Andre601 commented 3 years ago

Reason for the change The documentation for the java driver mentions default at the top of the page (i.e. value.default(default_value) -> any) while the method itself is called default_ due to java having a primitive called default.

Description This PR modifies the java doc by actually showing the right method to prevent possible confusion.

Code examples

Checklist

References Changes made apply to the following docs https://rethinkdb.com/api/java/default/

srh commented 3 years ago

Thanks.