[edn/de-de] Fix typo (#5029)

This commit is contained in:
Jan Knobloch 2024-08-18 22:34:12 +02:00 committed by GitHub
parent 2c0ab00673
commit 3653c1efcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@ false
;;; markierte Elemente ;;;
;;;;;;;;;;;;;;;;;;;;;;;;;
; EDN kann erweitert werden, indem Elemente mit # Symbolen makiert werden.
; EDN kann erweitert werden, indem Elemente mit # Symbolen markiert werden.
#MyYelpClone/MenuItem {:name "eggs-benedict" :rating 10}
@ -108,4 +108,4 @@ false
- [EDN spec](https://github.com/edn-format/edn)
- [Implementationen](https://github.com/edn-format/edn/wiki/Implementations)
- [makierte Elemente](http://www.compoundtheory.com/clojure-edn-walkthrough/)
- [markierte Elemente](http://www.compoundtheory.com/clojure-edn-walkthrough/)