From 01037a0b82168b5902b67c6f636d4a72f3adb3a0 Mon Sep 17 00:00:00 2001 From: Scott Sadler Date: Wed, 23 Nov 2016 16:14:27 +0100 Subject: [PATCH] fix warning generated in schema/transaction.rst --- docs/server/source/schema/transaction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/server/source/schema/transaction.rst b/docs/server/source/schema/transaction.rst index 68abab0c..766e0c4a 100644 --- a/docs/server/source/schema/transaction.rst +++ b/docs/server/source/schema/transaction.rst @@ -157,8 +157,8 @@ Condition.cid **type:** integer -Index of this condition's appearance in the `Transaction.conditions`_ -array. In a transaction with 2 conditions, the ``cid``s will be 0 and 1. +Index of this condition's appearance in the Transaction.conditions_ +array. In a transaction with 2 conditions, the ``cid``\ s will be 0 and 1.