Skip to content

Commit 6897d55

Browse files
committed
bump
1 parent 52e42e1 commit 6897d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghengin-core/ghengin-core-indep/Ghengin/Core/Type/Compatible.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ type family DSetBinding (set :: Nat) (binding :: Nat) (info :: PipelineInfo) ::
172172
type family DSetBinding' (set :: Nat) (binding :: Nat) (info :: PipelineInfo) :: Type where
173173
DSetBinding' set binding info =
174174
FromMaybe (DSetBinding set binding info)
175-
(TypeError (Text "Uniform [Descriptor Set #" :<>: ShowType set :<>: Text ", Binding #" :<>: ShowType binding :<>: Text "] not found in " :<>: ShowType info))
175+
(TypeError (Text "Descriptor [Descriptor Set #" :<>: ShowType set :<>: Text ", Binding #" :<>: ShowType binding :<>: Text "] not found in " :<>: ShowType info))
176176

177177
type family FindDSetInput (set :: Nat) (binding :: Nat) (inputs :: [TLInterfaceVariable]) :: Maybe Type where
178178
FindDSetInput set binding '[] = 'Nothing

0 commit comments

Comments
 (0)