From b133b9bccfed8845ce36ea1467f82db6ceb3406d Mon Sep 17 00:00:00 2001 From: simonpoole Date: Thu, 12 Oct 2023 18:49:25 +0200 Subject: [PATCH] Fix misc. doc typos --- documentation/docs/tutorials/presets.md | 2 +- src/main/java/de/blau/android/presets/PresetRole.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/tutorials/presets.md b/documentation/docs/tutorials/presets.md index 02595abdb7..d6437a7492 100644 --- a/documentation/docs/tutorials/presets.md +++ b/documentation/docs/tutorials/presets.md @@ -11,7 +11,7 @@ For the preset based editing to work Vespucci has to match the existing tags, in ## Supported JOSM Preset Elements and Attributes -Note: this is loosely based on what [JOSM claims](https://josm.openstreetmap.de/wiki/TaggingPresets) that works, this may, and likely is, different from the actual implementation. Language specific attributes are ignored (see [Translation](#Translation)). "supported" doesn't necessarily imply the same behaviour as JOSM, simply that Vespucci will do something useful with the value. Icons currently can be in PNG or SVG format. +Note: this is loosely based on what [JOSM claims](https://josm.openstreetmap.de/wiki/TaggingPresets) that works, this may be, and likely is, different from the actual implementation. Language specific attributes are ignored (see [Translation](#Translation)). "supported" doesn't necessarily imply the same behaviour as JOSM, simply that Vespucci will do something useful with the value. Icons currently can be in PNG or SVG format. |Element | Attributes | Support | Notes diff --git a/src/main/java/de/blau/android/presets/PresetRole.java b/src/main/java/de/blau/android/presets/PresetRole.java index e6a906f581..caf87b1fd1 100644 --- a/src/main/java/de/blau/android/presets/PresetRole.java +++ b/src/main/java/de/blau/android/presets/PresetRole.java @@ -253,7 +253,7 @@ public Requisite getRequisite() { /** * Set the number of times this role can be present in a Relation * - * @param countString a String containg an int + * @param countString a String containing an int */ public void setCount(@Nullable String countString) { if (countString != null) {