We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b58e5 commit 7b98809Copy full SHA for 7b98809
1 file changed
README.md
@@ -1,7 +1,7 @@
1

2

3
4
-# Abap string map
+# ABAP string map
5
6
String map primitive implementation for abap
7
@@ -77,8 +77,8 @@ types:
77
78
data lt_entries type table of ty_my_key_value.
79
lt_entries = value #(
80
- ( key = 'hello' value 'world' )
81
- ( key = 'and' value 'another' )
+ ( key = 'hello' value = 'world' )
+ ( key = 'and' value = 'another' )
82
).
83
lo_map->from_entries( lt_entries ).
84
```
0 commit comments