From 0c55fd6f065ed56e4adb36ee0ea10acf92ebbbd8 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 6 Dec 2011 00:20:21 -0500 Subject: [PATCH] note that ${} is special in HOCON and not in Java properties --- HOCON.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HOCON.md b/HOCON.md index e494c86c..ce0339bc 100644 --- a/HOCON.md +++ b/HOCON.md @@ -1028,3 +1028,4 @@ Differences include but are probably not limited to: - HOCON allows comments on the same line as a key or value, while properties files only recognize comment characters if they occur as the first character on the line + - HOCON interprets `${}` as a substitution