diff --git a/content/references/protocol-reference/transactions/transaction-types/offercreate.ja.md b/content/references/protocol-reference/transactions/transaction-types/offercreate.ja.md index 2f1300cb37..732d4c7766 100644 --- a/content/references/protocol-reference/transactions/transaction-types/offercreate.ja.md +++ b/content/references/protocol-reference/transactions/transaction-types/offercreate.ja.md @@ -36,7 +36,7 @@ OfferCreateトランザクションは[分散型取引所](decentralized-exchang | フィールド | JSONの型 | [内部の型][] | 説明 | |:-----------------|:----------|:------------|:-----------| -| [Expiration][offers.html#オファーの有効期限] | 数字 | UInt32 | _(省略可)_ オファーがアクティブでなくなるまでの時間([Rippleエポック以降の経過秒数][])。 | +| [Expiration](offers.html#オファーの有効期限) | 数字 | UInt32 | _(省略可)_ オファーがアクティブでなくなるまでの時間([Rippleエポック以降の経過秒数][])。 | | `OfferSequence` | 数字 | UInt32 | _(省略可)_ 最初に削除されるオファー([OfferCancel][]と同様に指定されます)。 | | `TakerGets` | [通貨額][] | Amount | オファーの作成者によって作成される金額および通貨の種類。 | | `TakerPays` | [通貨額][] | Amount | オファーの作成者によって要求される金額および通貨の種類。 |