summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-07-29 23:39:30 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-07-30 00:39:40 -0600
commitb1509ab3f9278fea4500ea89d2ef76b06c645ded (patch)
tree0fe67e029a82d1b38cdd5a4038fdf43ccbdb567f /docs
parent6699a9f0be5f668649163cb970682a609ce75c48 (diff)
use correct syntax to refer to static methods on Converter class [skip ci]
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/whats-new.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc
index 3db3b9c5..821aa5de 100644
--- a/docs/modules/ROOT/pages/whats-new.adoc
+++ b/docs/modules/ROOT/pages/whats-new.adoc
@@ -362,7 +362,7 @@ _**Release date:** 2019.03.22_
* Fold the default converter factory into the Converter module (#2891)
* Add a default implementation for `Converter#convert` in the Base converter (#2891)
* Rename `Converter::BackendInfo` to `Converter::BackendTraits`; map `backend_info` to new `backend_traits` method (#2891)
-* Allow built-in converter classes to be resolved using `Converter#for` and instantiated using `Converter#create` (#2891)
+* Allow built-in converter classes to be resolved using `Converter.for` and instantiated using `Converter.create` (#2891)
* Allow converter factory to be passed using `:converter_factory` API option (#2891)
* Honor `htmlsyntax` if defined on converter (#2891)
* Add `backend_traits_source` keyword argument to `CompositeConverter` constructor (#2891)