From ec356da027cba8b4047304e7c0dec753a9b103c3 Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 24 May 2018 22:47:54 +0100 Subject: [PATCH] Fix accidentally copy-pasted docstring --- renderdoc/api/replay/structured_data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renderdoc/api/replay/structured_data.h b/renderdoc/api/replay/structured_data.h index 67c75e3a9..ded1b926d 100644 --- a/renderdoc/api/replay/structured_data.h +++ b/renderdoc/api/replay/structured_data.h @@ -418,8 +418,8 @@ struct SDObject #endif // these are common to both python and C++ - DOCUMENT(R"(Interprets the object as a :class:`ResourceId` and returns its value. -Invalid if the object is not actually a :class:`ResourceId`. + DOCUMENT(R"(Interprets the object as a ``bool`` and returns its value. +Invalid if the object is not actually a ``bool``. )"); inline bool AsBool() { return data.basic.b; } // these are common to both python and C++