mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +02:00
Fix typos in Javadoc
This commit is contained in:
parent
4ac8313c2d
commit
b12c240e50
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ import org.eclipse.ui.IMemento;
|
||||||
/**
|
/**
|
||||||
* A {@link IDialogSettings} based {@link ISettingsStore}.
|
* A {@link IDialogSettings} based {@link ISettingsStore}.
|
||||||
*
|
*
|
||||||
* Setting Store dased on IMemento. IMemento documentations says only alpha numeric
|
* Setting Store based on IMemento. IMemento documentations says only alpha numeric
|
||||||
* values mey be used as keys. Therefore the implementation converts dots (.) into
|
* values may be used as keys. Therefore the implementation converts dots (.) into
|
||||||
* child elements of the memento.
|
* child elements of the memento.
|
||||||
*
|
*
|
||||||
* @author Michael Scharf
|
* @author Michael Scharf
|
||||||
|
|
Loading…
Add table
Reference in a new issue