Development

#3235 (Typo at Listing 10-36 (in The Book))

You must first sign up to be able to contribute.

Ticket #3235 (closed documentation: fixed)

Opened 8 months ago

Last modified 8 months ago

Typo at Listing 10-36 (in The Book)

Reported by: gilles.doge Assigned to: fabien
Priority: minor Milestone:
Component: validation Version: 1.0.12
Keywords: doc book typo listing Cc:
Qualification: Unreviewed

Description

In the listing 10-36 of the book there are a small typo:

fields:c
  password1:
    # ...

should be:

fields:
  password1:
    # ...

See Executing a Validator on an Empty Field

Change History

03/29/08 13:26:28 changed by FabianLange

  • status changed from new to closed.
  • resolution set to fixed.

(In [8151]) doc: fixed typo (closes #3235)