Skip to content

Commit 7b98809

Browse files
authored
Minor corrections to readme (#9)
1 parent 24b58e5 commit 7b98809

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![abaplint](https://github.com/sbcgua/abap-string-map/workflows/abaplint/badge.svg)
22
![abap package version](https://img.shields.io/endpoint?url=https://shield.abap.space/version-shield-json/github/sbcgua/abap-string-map/src/zcl_abap_string_map.clas.abap)
33

4-
# Abap string map
4+
# ABAP string map
55

66
String map primitive implementation for abap
77

@@ -77,8 +77,8 @@ types:
7777
7878
data lt_entries type table of ty_my_key_value.
7979
lt_entries = value #(
80-
( key = 'hello' value 'world' )
81-
( key = 'and' value 'another' )
80+
( key = 'hello' value = 'world' )
81+
( key = 'and' value = 'another' )
8282
).
8383
lo_map->from_entries( lt_entries ).
8484
```

0 commit comments

Comments
 (0)