Fixed a typo

This commit is contained in:
srikappa
2021-05-13 14:46:30 -07:00
parent b92a68f5a4
commit 7d8180a3bb
@@ -29,7 +29,7 @@ namespace AzToolsFramework
namespace Prefab
{
typedef AZ::Outcome<void, AZStd::string> PrefabOperationResult;
typedef AZ::Outcome<bool, AZStd::string> PrefabOperationResult;
typedef AZ::Outcome<bool, AZStd::string> PrefabRequestResult;
typedef AZ::Outcome<AZ::EntityId, AZStd::string> PrefabEntityResult;
/*!