diff --git a/cpp/include/cudf/io/json.hpp b/cpp/include/cudf/io/json.hpp index 727c24a4431..e2d4de83b49 100644 --- a/cpp/include/cudf/io/json.hpp +++ b/cpp/include/cudf/io/json.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, NVIDIA CORPORATION. + * Copyright (c) 2020-2022, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,8 +44,8 @@ class json_reader_options_builder; /** * @brief Input arguments to the `read_json` interface. * - * Available parameters and are closely patterned after PANDAS' `read_json` API. - * Not all parameters are unsupported. If the matching PANDAS' parameter + * Available parameters are closely patterned after PANDAS' `read_json` API. + * Not all parameters are supported. If the matching PANDAS' parameter * has a default value of `None`, then a default value of `-1` or `0` may be * used as the equivalent. *