From 26ca60617c982eb00c3d6fe8cc898a773db10646 Mon Sep 17 00:00:00 2001 From: Rachel Guan Date: Tue, 11 May 2021 18:25:05 -0400 Subject: [PATCH] Fix typo in comment of premium list example file (#1148) * Fix typo in comment of premium list example file --- .../java/google/registry/config/files/premium/example.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/google/registry/config/files/premium/example.txt b/core/src/main/java/google/registry/config/files/premium/example.txt index 3de39f2d9..349c92e7e 100644 --- a/core/src/main/java/google/registry/config/files/premium/example.txt +++ b/core/src/main/java/google/registry/config/files/premium/example.txt @@ -1,5 +1,5 @@ -# Example of a reserved list file. This is simply a CSV file with two -# columns: sub-domain name and price (specified as currency type and value). +# Example of a premium list file. This is simply a CSV file with two +# columns: sub-domain name, and price (specified as currency type and value). # # These are manipulated using the "nomulus" tool # {create,update,delete,list}_premium_list commands.