Skip to content

Commit

Permalink
Fix misc. doc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Oct 12, 2023
1 parent 04b81b5 commit b133b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/tutorials/presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/blau/android/presets/PresetRole.java
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b133b9b

Please sign in to comment.