提交 de3a9560 编写于 作者: J Jinghu Wang 提交者: Rossen Stoyanchev

[docs] Fix formatting

上级 a6fd9a77
......@@ -156,7 +156,7 @@ Now consider a setter of type `PersistenceContextType`:
}
----
.. and the corresponding bean definition:
and the corresponding bean definition:
[source,xml,indent=0]
[subs="verbatim,quotes"]
......
......@@ -43,6 +43,8 @@ This is different from the JDK's `ByteBuffer`, which only exposes one position f
writing, and a separate `flip()` operation to switch between the two I/O operations.
In general, the following invariant holds for the read position, write position, and the capacity:
[literal]
[subs="verbatim,quotes"]
--
`0` <= _read position_ <= _write position_ <= _capacity_
--
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册