From 490628677fd60f935b67b36afed5daa6c8c037a5 Mon Sep 17 00:00:00 2001 From: Ryan <25192197+singularitti@users.noreply.github.com> Date: Fri, 9 Dec 2022 04:04:56 -0500 Subject: [PATCH] Fix outdated grammar in "Documentation" in README.md (#352) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d3ebc7..f9e6f4a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ JSON.print(io::IO, n::Nothing) JSON.print(io::IO, b::Bool) JSON.print(io::IO, a::AbstractDict) JSON.print(io::IO, v::AbstractVector) -JSON.print{T, N}(io::IO, v::Array{T, N}) +JSON.print(io::IO, v::Array) ``` Writes a compact (no extra whitespace or indentation) JSON representation