Problem/Motivation
NodeTypeListBuilder has a typo in constructor docs.
Proposed resolution
@@ -31,7 +31,7 @@ class NodeTypeListBuilder extends ConfigEntityListBuilder {
protected $urlGenerator;
/**
- * Constructs a NodeTypeForm object.
+ * Constructs a NodeTypeListBuilder object.
*
Remaining tasks
Commit.
Beta: This is a one-line correction (bug fix) in API docs, unfrozen, fine to commit now
User interface changes
None.
API changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| node-type-list-builder-typo.patch | 551 bytes | penyaskito |
Comments
Comment #1
dawehnerMh k, but this is in no way not a minor issue.
Comment #2
jhodgdonBeta eval added. Actually I'll just commit this. Thanks!