From 7c26c71835d230b7d5b362d6fb6c464e60b551f3 Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Wed, 21 Oct 2020 11:11:34 -0700 Subject: [PATCH] Fix mispelling in basics.rst (#2614) Replaced adviced with advised. --- docs/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics.rst b/docs/basics.rst index 0681d86ac..b9d386c3f 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -39,7 +39,7 @@ on various C++11 language features that break older versions of Visual Studio. To use the C++17 in Visual Studio 2017 (MSVC 14.1), pybind11 requires the flag ``/permissive-`` to be passed to the compiler `to enforce standard conformance`_. When - building with Visual Studio 2019, this is not strictly necessary, but still adviced. + building with Visual Studio 2019, this is not strictly necessary, but still advised. .. _`to enforce standard conformance`: https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance?view=vs-2017