Skip to content

Commit d1e3bf3

Browse files
committed
try using roles
1 parent c0eda4b commit d1e3bf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/interact-data/transaction.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ preference when starting a transaction by passing options to the
201201
)
202202

203203
To learn more about the available transaction options, see
204-
`start_transaction()
205-
<{+ruby-api+}/Session.html#start_transaction-instance_method>`__ in the
204+
:ruby-api:`start_transaction()
205+
</Session.html#start_transaction-instance_method>` in the
206206
{+ruby-driver+} API documentation.
207207

208208
When using this API, you must manually commit or end the transaction.
@@ -297,8 +297,8 @@ guarantee the order of operations when creating a session on the
297297
:dedent:
298298

299299
To learn more about the available session options, see the
300-
`Session class constructor details
301-
<{+ruby-api+}/Session.html#initialize-instance_method>`__ in the
300+
:ruby-api:`Session class constructor details
301+
</Session.html#initialize-instance_method>` in the
302302
{+ruby-driver+} API documentation.
303303

304304
Alternatively, you can use the ``with_session()`` method on an instance of a

0 commit comments

Comments
 (0)