Skip to content
Snippets Groups Projects
Commit 9fc4d2ec authored by Jess's avatar Jess
Browse files

Issue #2604722 by rakesh.gectcr: Comment typo in BaseFieldDefinition.php file

parent c4501b3a
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -171,7 +171,7 @@ public function getSettings() {
* settings are supplied.
*/
public function setSettings(array $settings) {
// Assign settings individiually, in order to keep the current values
// Assign settings individually, in order to keep the current values
// of settings not specified in $settings.
foreach ($settings as $setting_name => $setting) {
$this->getItemDefinition()->setSetting($setting_name, $setting);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment