Fix POD typo
Dagfinn Ilmari Mannsåker [Mon, 10 Apr 2017 13:42:01 +0000 (14:42 +0100)]
lib/DBIx/Class/Schema/Loader/Base.pm

index eff9baf..ba7d8b3 100644 (file)
@@ -643,7 +643,7 @@ together. Examples:
 
 Map for overriding the monikerization of individual L</moniker_parts>.
 The keys are the moniker part to override, the value is either a
-hashref of coderef for mapping the corresponding part of the
+hashref or coderef for mapping the corresponding part of the
 moniker. If a coderef is used, it gets called with the moniker part
 and the hash key the code ref was found under.