Skip to content

Commit 908c120

Browse files
committed
doc: Use current major version (9) and other small fixes
1 parent aa0fa58 commit 908c120

File tree

4 files changed

+596
-269
lines changed

4 files changed

+596
-269
lines changed

doc/devapi_ref.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To get started, check out some of the main X DevAPI classes:
2020
the `mysqlx::Collection` or `mysqlx::Table` class, such as
2121
[`find()`](@ref mysqlx::abi2::r0::Collection::find). They
2222
are executed with
23-
the [`execute()`](@ref mysqlx::abi2::r0::CollectionFind::execute) method.
23+
the [`execute()`](@ref mysqlx::abi2::r0::Executable::execute) method.
2424

2525
- Results of a query are examined using `mysqlx::DocResult`
2626
or `mysqlx::RowResult` instances returned from `execute()` method. Method

0 commit comments

Comments
 (0)